#2f3f1f
a deep, soft green · cool · closest name: darkslategray
RGB
47, 63, 31
HSL
90°, 34%, 18%
CMYK
25, 0, 51, 75
Luminance
0.0426
Every format
| HEX | #2f3f1f |
| RGB | rgb(47, 63, 31) |
| HSL | hsl(90, 34%, 18%) |
| CMYK | cmyk(25%, 0%, 51%, 75%) |
| LAB | lab(24.5 -13.2 17.5) |
| LCH | lch(24.5 21.9 127.0) |
| OKLCH | oklch(0.345 0.056 130.6) |
Copy-ready code
/* CSS */
color: #2f3f1f;
background-color: #2f3f1f;
/* Tailwind (arbitrary) */
class="text-[#2f3f1f] bg-[#2f3f1f]"
/* SCSS */
$brand: #2f3f1f;
/* SwiftUI */
Color(red: 0.184, green: 0.247, blue: 0.122)
/* Android */
Color.parseColor("#2f3f1f")Accessibility — WCAG contrast
Aa
#2f3f1f on white: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f3f1f on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green24.7%
Blue12.2%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow50.8%
Key (black)75.3%
Color previews
#2f3f1f text on a black background
contrast 1.85:1
Card sample
#2f3f1f text on a white background
contrast 11.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f3f1f;
Background color
Panel with #2f3f1f background
background-color: #2f3f1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f3f1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 63, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 63, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f3f1f; background: linear-gradient(135deg, #2f3f1f, #1F3F24);