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