#292e21
a deep, soft green · cool · closest name: darkslategray
RGB
41, 46, 33
HSL
83°, 17%, 16%
CMYK
11, 0, 28, 82
Luminance
0.0254
Every format
| HEX | #292e21 |
| RGB | rgb(41, 46, 33) |
| HSL | hsl(83, 17%, 16%) |
| CMYK | cmyk(11%, 0%, 28%, 82%) |
| LAB | lab(18.1 -5.1 7.7) |
| LCH | lch(18.1 9.2 123.7) |
| OKLCH | oklch(0.292 0.024 124.9) |
Copy-ready code
/* CSS */
color: #292e21;
background-color: #292e21;
/* Tailwind (arbitrary) */
class="text-[#292e21] bg-[#292e21]"
/* SCSS */
$brand: #292e21;
/* SwiftUI */
Color(red: 0.161, green: 0.180, blue: 0.129)
/* Android */
Color.parseColor("#292e21")Accessibility — WCAG contrast
Aa
#292e21 on white: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#292e21 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green18.0%
Blue12.9%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow28.3%
Key (black)82.0%
Color previews
#292e21 text on a black background
contrast 1.51:1
Card sample
#292e21 text on a white background
contrast 13.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #292e21;
Background color
Panel with #292e21 background
background-color: #292e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #292e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 46, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 46, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #292e21; background: linear-gradient(135deg, #292e21, #212E22);