#2f482a
a deep, soft green · cool · closest name: darkslategray
RGB
47, 72, 42
HSL
110°, 26%, 22%
CMYK
35, 0, 42, 72
Luminance
0.0541
Every format
| HEX | #2f482a |
| RGB | rgb(47, 72, 42) |
| HSL | hsl(110, 26%, 22%) |
| CMYK | cmyk(35%, 0%, 42%, 72%) |
| LAB | lab(27.9 -16.5 15.0) |
| LCH | lch(27.9 22.3 137.7) |
| OKLCH | oklch(0.372 0.059 140.3) |
Copy-ready code
/* CSS */
color: #2f482a;
background-color: #2f482a;
/* Tailwind (arbitrary) */
class="text-[#2f482a] bg-[#2f482a]"
/* SCSS */
$brand: #2f482a;
/* SwiftUI */
Color(red: 0.184, green: 0.282, blue: 0.165)
/* Android */
Color.parseColor("#2f482a")Accessibility — WCAG contrast
Aa
#2f482a on white: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f482a on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green28.2%
Blue16.5%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow41.7%
Key (black)71.8%
Color previews
#2f482a text on a black background
contrast 2.08:1
Card sample
#2f482a text on a white background
contrast 10.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f482a;
Background color
Panel with #2f482a background
background-color: #2f482a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f482a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 72, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 72, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f482a; background: linear-gradient(135deg, #2f482a, #2A4839);