#424f3f
a dark, muted green · cool · closest name: darkslategray
RGB
66, 79, 63
HSL
109°, 11%, 28%
CMYK
17, 0, 20, 69
Luminance
0.0711
Every format
| HEX | #424f3f |
| RGB | rgb(66, 79, 63) |
| HSL | hsl(109, 11%, 28%) |
| CMYK | cmyk(17%, 0%, 20%, 69%) |
| LAB | lab(32.0 -8.7 7.8) |
| LCH | lch(32.0 11.7 138.3) |
| OKLCH | oklch(0.411 0.031 139.8) |
Copy-ready code
/* CSS */
color: #424f3f;
background-color: #424f3f;
/* Tailwind (arbitrary) */
class="text-[#424f3f] bg-[#424f3f]"
/* SCSS */
$brand: #424f3f;
/* SwiftUI */
Color(red: 0.259, green: 0.310, blue: 0.247)
/* Android */
Color.parseColor("#424f3f")Accessibility — WCAG contrast
Aa
#424f3f on white: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#424f3f on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green31.0%
Blue24.7%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow20.3%
Key (black)69.0%
Color previews
#424f3f text on a black background
contrast 2.42:1
Card sample
#424f3f text on a white background
contrast 8.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #424f3f;
Background color
Panel with #424f3f background
background-color: #424f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #424f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 79, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 79, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #424f3f; background: linear-gradient(135deg, #424f3f, #3F4F47);