#2f4b2c
a deep, soft green · cool · closest name: darkslategray
RGB
47, 75, 44
HSL
114°, 26%, 23%
CMYK
37, 0, 41, 71
Luminance
0.0582
Every format
| HEX | #2f4b2c |
| RGB | rgb(47, 75, 44) |
| HSL | hsl(114, 26%, 23%) |
| CMYK | cmyk(37%, 0%, 41%, 71%) |
| LAB | lab(28.9 -17.8 15.2) |
| LCH | lch(28.9 23.4 139.4) |
| OKLCH | oklch(0.381 0.061 142.0) |
Copy-ready code
/* CSS */
color: #2f4b2c;
background-color: #2f4b2c;
/* Tailwind (arbitrary) */
class="text-[#2f4b2c] bg-[#2f4b2c]"
/* SCSS */
$brand: #2f4b2c;
/* SwiftUI */
Color(red: 0.184, green: 0.294, blue: 0.173)
/* Android */
Color.parseColor("#2f4b2c")Accessibility — WCAG contrast
Aa
#2f4b2c on white: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f4b2c on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green29.4%
Blue17.3%
CMYK percentages
Cyan37.3%
Magenta0.0%
Yellow41.3%
Key (black)70.6%
Color previews
#2f4b2c text on a black background
contrast 2.16:1
Card sample
#2f4b2c text on a white background
contrast 9.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f4b2c;
Background color
Panel with #2f4b2c background
background-color: #2f4b2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f4b2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 75, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 75, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f4b2c; background: linear-gradient(135deg, #2f4b2c, #2C4B3E);