#24503c
a deep, soft green · cool · closest name: darkslategray
RGB
36, 80, 60
HSL
153°, 38%, 23%
CMYK
55, 0, 25, 69
Luminance
0.0644
Every format
| HEX | #24503c |
| RGB | rgb(36, 80, 60) |
| HSL | hsl(153, 38%, 23%) |
| CMYK | cmyk(55%, 0%, 25%, 69%) |
| LAB | lab(30.5 -20.7 7.2) |
| LCH | lch(30.5 21.9 160.8) |
| OKLCH | oklch(0.394 0.060 162.1) |
Copy-ready code
/* CSS */
color: #24503c;
background-color: #24503c;
/* Tailwind (arbitrary) */
class="text-[#24503c] bg-[#24503c]"
/* SCSS */
$brand: #24503c;
/* SwiftUI */
Color(red: 0.141, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#24503c")Accessibility — WCAG contrast
Aa
#24503c on white: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#24503c on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green31.4%
Blue23.5%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#24503c text on a black background
contrast 2.29:1
Card sample
#24503c text on a white background
contrast 9.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24503c;
Background color
Panel with #24503c background
background-color: #24503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24503c; background: linear-gradient(135deg, #24503c, #244750);