#293921
a deep, soft green · cool · closest name: darkslategray
RGB
41, 57, 33
HSL
100°, 27%, 18%
CMYK
28, 0, 42, 78
Luminance
0.0351
Every format
| HEX | #293921 |
| RGB | rgb(41, 57, 33) |
| HSL | hsl(100, 27%, 18%) |
| CMYK | cmyk(28%, 0%, 42%, 78%) |
| LAB | lab(22.0 -12.0 12.9) |
| LCH | lch(22.0 17.6 133.0) |
| OKLCH | oklch(0.323 0.046 135.7) |
Copy-ready code
/* CSS */
color: #293921;
background-color: #293921;
/* Tailwind (arbitrary) */
class="text-[#293921] bg-[#293921]"
/* SCSS */
$brand: #293921;
/* SwiftUI */
Color(red: 0.161, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#293921")Accessibility — WCAG contrast
Aa
#293921 on white: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293921 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green22.4%
Blue12.9%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow42.1%
Key (black)77.6%
Color previews
#293921 text on a black background
contrast 1.70:1
Card sample
#293921 text on a white background
contrast 12.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293921;
Background color
Panel with #293921 background
background-color: #293921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293921; background: linear-gradient(135deg, #293921, #213929);