#394539
a deep, muted green · cool · closest name: darkslategray
RGB
57, 69, 57
HSL
120°, 10%, 25%
CMYK
17, 0, 17, 73
Luminance
0.0542
Every format
| HEX | #394539 |
| RGB | rgb(57, 69, 57) |
| HSL | hsl(120, 10%, 25%) |
| CMYK | cmyk(17%, 0%, 17%, 73%) |
| LAB | lab(27.9 -7.6 5.7) |
| LCH | lch(27.9 9.5 143.5) |
| OKLCH | oklch(0.376 0.025 145.0) |
Copy-ready code
/* CSS */
color: #394539;
background-color: #394539;
/* Tailwind (arbitrary) */
class="text-[#394539] bg-[#394539]"
/* SCSS */
$brand: #394539;
/* SwiftUI */
Color(red: 0.224, green: 0.271, blue: 0.224)
/* Android */
Color.parseColor("#394539")Accessibility — WCAG contrast
Aa
#394539 on white: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#394539 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green27.1%
Blue22.4%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow17.4%
Key (black)72.9%
Color previews
#394539 text on a black background
contrast 2.08:1
Card sample
#394539 text on a white background
contrast 10.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394539;
Background color
Panel with #394539 background
background-color: #394539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 69, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 69, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394539; background: linear-gradient(135deg, #394539, #394541);