#2f421f
a deep, soft green · cool · closest name: darkslategray
RGB
47, 66, 31
HSL
93°, 36%, 19%
CMYK
29, 0, 53, 74
Luminance
0.0460
Every format
| HEX | #2f421f |
| RGB | rgb(47, 66, 31) |
| HSL | hsl(93, 36%, 19%) |
| CMYK | cmyk(29%, 0%, 53%, 74%) |
| LAB | lab(25.6 -14.9 18.8) |
| LCH | lch(25.6 24.0 128.4) |
| OKLCH | oklch(0.353 0.061 132.2) |
Copy-ready code
/* CSS */
color: #2f421f;
background-color: #2f421f;
/* Tailwind (arbitrary) */
class="text-[#2f421f] bg-[#2f421f]"
/* SCSS */
$brand: #2f421f;
/* SwiftUI */
Color(red: 0.184, green: 0.259, blue: 0.122)
/* Android */
Color.parseColor("#2f421f")Accessibility — WCAG contrast
Aa
#2f421f on white: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f421f on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green25.9%
Blue12.2%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow53.0%
Key (black)74.1%
Color previews
#2f421f text on a black background
contrast 1.92:1
Card sample
#2f421f text on a white background
contrast 10.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f421f;
Background color
Panel with #2f421f background
background-color: #2f421f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f421f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 66, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 66, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f421f; background: linear-gradient(135deg, #2f421f, #1F4226);