#24924e
a dark, vivid green · cool · closest name: seagreen
RGB
36, 146, 78
HSL
143°, 60%, 36%
CMYK
75, 0, 47, 43
Luminance
0.2148
Every format
| HEX | #24924e |
| RGB | rgb(36, 146, 78) |
| HSL | hsl(143, 60%, 36%) |
| CMYK | cmyk(75%, 0%, 47%, 43%) |
| LAB | lab(53.5 -46.0 27.5) |
| LCH | lch(53.5 53.6 149.1) |
| OKLCH | oklch(0.583 0.141 151.4) |
Copy-ready code
/* CSS */
color: #24924e;
background-color: #24924e;
/* Tailwind (arbitrary) */
class="text-[#24924e] bg-[#24924e]"
/* SCSS */
$brand: #24924e;
/* SwiftUI */
Color(red: 0.141, green: 0.573, blue: 0.306)
/* Android */
Color.parseColor("#24924e")Accessibility — WCAG contrast
Aa
#24924e on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#24924e on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green57.3%
Blue30.6%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow46.6%
Key (black)42.7%
Color previews
#24924e text on a black background
contrast 5.30:1
Card sample
#24924e text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24924e;
Background color
Panel with #24924e background
background-color: #24924e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24924e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 146, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 146, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24924e; background: linear-gradient(135deg, #24924e, #248D92);