#18924f
a dark, vivid green · cool · closest name: seagreen
RGB
24, 146, 79
HSL
147°, 72%, 33%
CMYK
84, 0, 46, 43
Luminance
0.2132
Every format
| HEX | #18924f |
| RGB | rgb(24, 146, 79) |
| HSL | hsl(147, 72%, 33%) |
| CMYK | cmyk(84%, 0%, 46%, 43%) |
| LAB | lab(53.3 -47.4 26.7) |
| LCH | lch(53.3 54.4 150.6) |
| OKLCH | oklch(0.581 0.143 152.7) |
Copy-ready code
/* CSS */
color: #18924f;
background-color: #18924f;
/* Tailwind (arbitrary) */
class="text-[#18924f] bg-[#18924f]"
/* SCSS */
$brand: #18924f;
/* SwiftUI */
Color(red: 0.094, green: 0.573, blue: 0.310)
/* Android */
Color.parseColor("#18924f")Accessibility — WCAG contrast
Aa
#18924f on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#18924f on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green57.3%
Blue31.0%
CMYK percentages
Cyan83.6%
Magenta0.0%
Yellow45.9%
Key (black)42.7%
Color previews
#18924f text on a black background
contrast 5.26:1
Card sample
#18924f text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18924f;
Background color
Panel with #18924f background
background-color: #18924f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18924f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 146, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 146, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18924f; background: linear-gradient(135deg, #18924f, #188492);