#29503c
a deep, soft green · cool · closest name: darkslategray
RGB
41, 80, 60
HSL
149°, 32%, 24%
CMYK
49, 0, 25, 69
Luminance
0.0653
Every format
| HEX | #29503c |
| RGB | rgb(41, 80, 60) |
| HSL | hsl(149, 32%, 24%) |
| CMYK | cmyk(49%, 0%, 25%, 69%) |
| LAB | lab(30.7 -19.2 7.6) |
| LCH | lch(30.7 20.6 158.5) |
| OKLCH | oklch(0.396 0.057 159.9) |
Copy-ready code
/* CSS */
color: #29503c;
background-color: #29503c;
/* Tailwind (arbitrary) */
class="text-[#29503c] bg-[#29503c]"
/* SCSS */
$brand: #29503c;
/* SwiftUI */
Color(red: 0.161, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#29503c")Accessibility — WCAG contrast
Aa
#29503c on white: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29503c on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green31.4%
Blue23.5%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#29503c text on a black background
contrast 2.31:1
Card sample
#29503c text on a white background
contrast 9.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29503c;
Background color
Panel with #29503c background
background-color: #29503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29503c; background: linear-gradient(135deg, #29503c, #294A50);