#2f3e2f
a deep, muted green · cool · closest name: darkslategray
RGB
47, 62, 47
HSL
120°, 14%, 21%
CMYK
24, 0, 24, 76
Luminance
0.0425
Every format
| HEX | #2f3e2f |
| RGB | rgb(47, 62, 47) |
| HSL | hsl(120, 14%, 21%) |
| CMYK | cmyk(24%, 0%, 24%, 76%) |
| LAB | lab(24.5 -9.7 7.3) |
| LCH | lch(24.5 12.1 143.1) |
| OKLCH | oklch(0.346 0.032 144.8) |
Copy-ready code
/* CSS */
color: #2f3e2f;
background-color: #2f3e2f;
/* Tailwind (arbitrary) */
class="text-[#2f3e2f] bg-[#2f3e2f]"
/* SCSS */
$brand: #2f3e2f;
/* SwiftUI */
Color(red: 0.184, green: 0.243, blue: 0.184)
/* Android */
Color.parseColor("#2f3e2f")Accessibility — WCAG contrast
Aa
#2f3e2f on white: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f3e2f on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green24.3%
Blue18.4%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow24.2%
Key (black)75.7%
Color previews
#2f3e2f text on a black background
contrast 1.85:1
Card sample
#2f3e2f text on a white background
contrast 11.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f3e2f;
Background color
Panel with #2f3e2f background
background-color: #2f3e2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f3e2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 62, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 62, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f3e2f; background: linear-gradient(135deg, #2f3e2f, #2F3E39);