#2f412f
a deep, soft green · cool · closest name: darkslategray
RGB
47, 65, 47
HSL
120°, 16%, 22%
CMYK
28, 0, 28, 75
Luminance
0.0459
Every format
| HEX | #2f412f |
| RGB | rgb(47, 65, 47) |
| HSL | hsl(120, 16%, 22%) |
| CMYK | cmyk(28%, 0%, 28%, 75%) |
| LAB | lab(25.5 -11.5 8.7) |
| LCH | lch(25.5 14.4 142.8) |
| OKLCH | oklch(0.354 0.038 144.7) |
Copy-ready code
/* CSS */
color: #2f412f;
background-color: #2f412f;
/* Tailwind (arbitrary) */
class="text-[#2f412f] bg-[#2f412f]"
/* SCSS */
$brand: #2f412f;
/* SwiftUI */
Color(red: 0.184, green: 0.255, blue: 0.184)
/* Android */
Color.parseColor("#2f412f")Accessibility — WCAG contrast
Aa
#2f412f on white: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f412f on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green25.5%
Blue18.4%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow27.7%
Key (black)74.5%
Color previews
#2f412f text on a black background
contrast 1.92:1
Card sample
#2f412f text on a white background
contrast 10.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f412f;
Background color
Panel with #2f412f background
background-color: #2f412f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f412f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 65, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 65, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f412f; background: linear-gradient(135deg, #2f412f, #2F413B);