#2f430b
a deep, vivid green · cool · closest name: darkslategray
RGB
47, 67, 11
HSL
81°, 72%, 15%
CMYK
30, 0, 84, 74
Luminance
0.0464
Every format
| HEX | #2f430b |
| RGB | rgb(47, 67, 11) |
| HSL | hsl(81, 72%, 15%) |
| CMYK | cmyk(30%, 0%, 84%, 74%) |
| LAB | lab(25.7 -17.6 29.4) |
| LCH | lch(25.7 34.3 120.9) |
| OKLCH | oklch(0.353 0.083 127.6) |
Copy-ready code
/* CSS */
color: #2f430b;
background-color: #2f430b;
/* Tailwind (arbitrary) */
class="text-[#2f430b] bg-[#2f430b]"
/* SCSS */
$brand: #2f430b;
/* SwiftUI */
Color(red: 0.184, green: 0.263, blue: 0.043)
/* Android */
Color.parseColor("#2f430b")Accessibility — WCAG contrast
Aa
#2f430b on white: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f430b on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green26.3%
Blue4.3%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow83.6%
Key (black)73.7%
Color previews
#2f430b text on a black background
contrast 1.93:1
Card sample
#2f430b text on a white background
contrast 10.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f430b;
Background color
Panel with #2f430b background
background-color: #2f430b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f430b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 67, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 67, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f430b; background: linear-gradient(135deg, #2f430b, #0B430C);