#363644
a deep, muted blue · warm · closest name: darkslategray
RGB
54, 54, 68
HSL
240°, 12%, 24%
CMYK
21, 21, 0, 73
Luminance
0.0384
Every format
| HEX | #363644 |
| RGB | rgb(54, 54, 68) |
| HSL | hsl(240, 12%, 24%) |
| CMYK | cmyk(21%, 21%, 0%, 73%) |
| LAB | lab(23.1 3.5 -8.7) |
| LCH | lch(23.1 9.3 292.2) |
| OKLCH | oklch(0.339 0.024 285.0) |
Copy-ready code
/* CSS */
color: #363644;
background-color: #363644;
/* Tailwind (arbitrary) */
class="text-[#363644] bg-[#363644]"
/* SCSS */
$brand: #363644;
/* SwiftUI */
Color(red: 0.212, green: 0.212, blue: 0.267)
/* Android */
Color.parseColor("#363644")Accessibility — WCAG contrast
Aa
#363644 on white: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#363644 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green21.2%
Blue26.7%
CMYK percentages
Cyan20.6%
Magenta20.6%
Yellow0.0%
Key (black)73.3%
Color previews
#363644 text on a black background
contrast 1.77:1
Card sample
#363644 text on a white background
contrast 11.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #363644;
Background color
Panel with #363644 background
background-color: #363644;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #363644;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 54, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 54, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #363644; background: linear-gradient(135deg, #363644, #3F3644);