#293129
a deep, muted green · cool · closest name: darkslategray
RGB
41, 49, 41
HSL
120°, 9%, 18%
CMYK
16, 0, 16, 81
Luminance
0.0283
Every format
| HEX | #293129 |
| RGB | rgb(41, 49, 41) |
| HSL | hsl(120, 9%, 18%) |
| CMYK | cmyk(16%, 0%, 16%, 81%) |
| LAB | lab(19.3 -5.4 4.0) |
| LCH | lch(19.3 6.7 143.6) |
| OKLCH | oklch(0.303 0.018 145.1) |
Copy-ready code
/* CSS */
color: #293129;
background-color: #293129;
/* Tailwind (arbitrary) */
class="text-[#293129] bg-[#293129]"
/* SCSS */
$brand: #293129;
/* SwiftUI */
Color(red: 0.161, green: 0.192, blue: 0.161)
/* Android */
Color.parseColor("#293129")Accessibility — WCAG contrast
Aa
#293129 on white: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293129 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green19.2%
Blue16.1%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow16.3%
Key (black)80.8%
Color previews
#293129 text on a black background
contrast 1.57:1
Card sample
#293129 text on a white background
contrast 13.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293129;
Background color
Panel with #293129 background
background-color: #293129;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293129;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 49, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 49, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293129; background: linear-gradient(135deg, #293129, #29312E);