#29331a
a deep, soft green · cool · closest name: darkslategray
RGB
41, 51, 26
HSL
84°, 33%, 15%
CMYK
20, 0, 49, 80
Luminance
0.0291
Every format
| HEX | #29331a |
| RGB | rgb(41, 51, 26) |
| HSL | hsl(84, 33%, 15%) |
| CMYK | cmyk(20%, 0%, 49%, 80%) |
| LAB | lab(19.7 -9.6 14.5) |
| LCH | lch(19.7 17.4 123.4) |
| OKLCH | oklch(0.304 0.044 126.7) |
Copy-ready code
/* CSS */
color: #29331a;
background-color: #29331a;
/* Tailwind (arbitrary) */
class="text-[#29331a] bg-[#29331a]"
/* SCSS */
$brand: #29331a;
/* SwiftUI */
Color(red: 0.161, green: 0.200, blue: 0.102)
/* Android */
Color.parseColor("#29331a")Accessibility — WCAG contrast
Aa
#29331a on white: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29331a on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green20.0%
Blue10.2%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow49.0%
Key (black)80.0%
Color previews
#29331a text on a black background
contrast 1.58:1
Card sample
#29331a text on a white background
contrast 13.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29331a;
Background color
Panel with #29331a background
background-color: #29331a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29331a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 51, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 51, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29331a; background: linear-gradient(135deg, #29331a, #1A331C);