#2f472f
a deep, soft green · cool · closest name: darkslategray
RGB
47, 71, 47
HSL
120°, 20%, 23%
CMYK
34, 0, 34, 72
Luminance
0.0532
Every format
| HEX | #2f472f |
| RGB | rgb(47, 71, 47) |
| HSL | hsl(120, 20%, 23%) |
| CMYK | cmyk(34%, 0%, 34%, 72%) |
| LAB | lab(27.6 -15.0 11.6) |
| LCH | lch(27.6 18.9 142.3) |
| OKLCH | oklch(0.371 0.050 144.5) |
Copy-ready code
/* CSS */
color: #2f472f;
background-color: #2f472f;
/* Tailwind (arbitrary) */
class="text-[#2f472f] bg-[#2f472f]"
/* SCSS */
$brand: #2f472f;
/* SwiftUI */
Color(red: 0.184, green: 0.278, blue: 0.184)
/* Android */
Color.parseColor("#2f472f")Accessibility — WCAG contrast
Aa
#2f472f on white: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f472f on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green27.8%
Blue18.4%
CMYK percentages
Cyan33.8%
Magenta0.0%
Yellow33.8%
Key (black)72.2%
Color previews
#2f472f text on a black background
contrast 2.06:1
Card sample
#2f472f text on a white background
contrast 10.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f472f;
Background color
Panel with #2f472f background
background-color: #2f472f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f472f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 71, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 71, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f472f; background: linear-gradient(135deg, #2f472f, #2F473F);