#424c39
a dark, muted green · cool · closest name: darkslategray
RGB
66, 76, 57
HSL
92°, 14%, 26%
CMYK
13, 0, 25, 70
Luminance
0.0662
Every format
| HEX | #424c39 |
| RGB | rgb(66, 76, 57) |
| HSL | hsl(92, 14%, 26%) |
| CMYK | cmyk(13%, 0%, 25%, 70%) |
| LAB | lab(30.9 -8.1 10.0) |
| LCH | lch(30.9 12.9 128.9) |
| OKLCH | oklch(0.402 0.034 130.4) |
Copy-ready code
/* CSS */
color: #424c39;
background-color: #424c39;
/* Tailwind (arbitrary) */
class="text-[#424c39] bg-[#424c39]"
/* SCSS */
$brand: #424c39;
/* SwiftUI */
Color(red: 0.259, green: 0.298, blue: 0.224)
/* Android */
Color.parseColor("#424c39")Accessibility — WCAG contrast
Aa
#424c39 on white: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#424c39 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green29.8%
Blue22.4%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow25.0%
Key (black)70.2%
Color previews
#424c39 text on a black background
contrast 2.32:1
Card sample
#424c39 text on a white background
contrast 9.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #424c39;
Background color
Panel with #424c39 background
background-color: #424c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #424c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 76, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 76, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #424c39; background: linear-gradient(135deg, #424c39, #394C3D);