#394635
a deep, muted green · cool · closest name: darkslategray
RGB
57, 70, 53
HSL
106°, 14%, 24%
CMYK
19, 0, 24, 73
Luminance
0.0551
Every format
| HEX | #394635 |
| RGB | rgb(57, 70, 53) |
| HSL | hsl(106, 14%, 24%) |
| CMYK | cmyk(19%, 0%, 24%, 73%) |
| LAB | lab(28.1 -9.1 8.6) |
| LCH | lch(28.1 12.5 136.7) |
| OKLCH | oklch(0.377 0.033 138.4) |
Copy-ready code
/* CSS */
color: #394635;
background-color: #394635;
/* Tailwind (arbitrary) */
class="text-[#394635] bg-[#394635]"
/* SCSS */
$brand: #394635;
/* SwiftUI */
Color(red: 0.224, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#394635")Accessibility — WCAG contrast
Aa
#394635 on white: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#394635 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green27.5%
Blue20.8%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow24.3%
Key (black)72.5%
Color previews
#394635 text on a black background
contrast 2.10:1
Card sample
#394635 text on a white background
contrast 9.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394635;
Background color
Panel with #394635 background
background-color: #394635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394635; background: linear-gradient(135deg, #394635, #35463C);