#2f482d
a deep, soft green · cool · closest name: darkslategray
RGB
47, 72, 45
HSL
116°, 23%, 23%
CMYK
35, 0, 38, 72
Luminance
0.0543
Every format
| HEX | #2f482d |
| RGB | rgb(47, 72, 45) |
| HSL | hsl(116, 23%, 23%) |
| CMYK | cmyk(35%, 0%, 38%, 72%) |
| LAB | lab(27.9 -15.9 13.2) |
| LCH | lch(27.9 20.7 140.3) |
| OKLCH | oklch(0.373 0.055 142.7) |
Copy-ready code
/* CSS */
color: #2f482d;
background-color: #2f482d;
/* Tailwind (arbitrary) */
class="text-[#2f482d] bg-[#2f482d]"
/* SCSS */
$brand: #2f482d;
/* SwiftUI */
Color(red: 0.184, green: 0.282, blue: 0.176)
/* Android */
Color.parseColor("#2f482d")Accessibility — WCAG contrast
Aa
#2f482d on white: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f482d on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green28.2%
Blue17.6%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow37.5%
Key (black)71.8%
Color previews
#2f482d text on a black background
contrast 2.09:1
Card sample
#2f482d text on a white background
contrast 10.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f482d;
Background color
Panel with #2f482d background
background-color: #2f482d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f482d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 72, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 72, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f482d; background: linear-gradient(135deg, #2f482d, #2D483D);