#2f4011
a deep, vivid green · cool · closest name: darkslategray
RGB
47, 64, 17
HSL
82°, 58%, 16%
CMYK
27, 0, 73, 75
Luminance
0.0431
Every format
| HEX | #2f4011 |
| RGB | rgb(47, 64, 17) |
| HSL | hsl(82, 58%, 16%) |
| CMYK | cmyk(27%, 0%, 73%, 75%) |
| LAB | lab(24.7 -15.5 25.6) |
| LCH | lch(24.7 29.9 121.1) |
| OKLCH | oklch(0.345 0.073 126.9) |
Copy-ready code
/* CSS */
color: #2f4011;
background-color: #2f4011;
/* Tailwind (arbitrary) */
class="text-[#2f4011] bg-[#2f4011]"
/* SCSS */
$brand: #2f4011;
/* SwiftUI */
Color(red: 0.184, green: 0.251, blue: 0.067)
/* Android */
Color.parseColor("#2f4011")Accessibility — WCAG contrast
Aa
#2f4011 on white: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f4011 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green25.1%
Blue6.7%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow73.4%
Key (black)74.9%
Color previews
#2f4011 text on a black background
contrast 1.86:1
Card sample
#2f4011 text on a white background
contrast 11.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f4011;
Background color
Panel with #2f4011 background
background-color: #2f4011;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f4011;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 64, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 64, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f4011; background: linear-gradient(135deg, #2f4011, #114012);