What is color #36393e?
#36393e is Discord Dark, a muted gray tone with a neutral character. It is niche in mainstream branding yet powerful and carries the mood of professionalism.
Historically, this kind of color traces back to weathered basalt of Icelandic coasts. Today it appears across industrial design and photography portfolios.
To make the most of #36393e, pair it with a soft neutral to let it breathe, or combine it with analogous neighbors for harmonious palettes.
Conversions for #36393e
HEX
#36393e
RGB
54, 57, 62
HSL
217°, 7%, 23%
HSV
217°, 13%, 24%
CMYK
13%, 8%, 0%, 76%
XYZ
3.85, 4.06, 5.14
CIE-Lab
23.86, -0.05, -3.54
Web safe
#333333
WCAG accessibility of #36393e (Discord Dark)
On white
11.59 : 1
Sample #36393e
Rating: AAA
On black
1.81 : 1
Sample #36393e
Rating: Fail
Tones of Discord Dark (desaturated variations of #36393e)
Color harmonies for #36393e
Colors similar to #36393e
Gradients featuring #36393e
Linear to white
Linear to black
To complement
Radial
Tri-stop
Analogous
UI elements in #36393e
Buttons
NewFeaturedBeta
Notification
Short description with accent.
"Color awakens a specific emotional response."
Typography in #36393e
The quick brown fox
jumps over the lazy dog
1234567890 — & @ # ! ?
Body text rendered in #36393e.
const color = "#36393e";
CSS & Tailwind snippets for #36393e
Background
.bg-36393e { background-color: #36393e; }Text color
.text-36393e { color: #36393e; }Border
.border-36393e { border: 1px solid #36393e; }Box shadow
.shadow-36393e { box-shadow: 0 4px 14px #36393e40; }CSS variable
:root { --color-36393e: #36393e; }Tailwind config
colors: {
'discord-dark': '#36393e',
}