#18be55
a dark, electric green · cool · closest name: forestgreen
RGB
24, 190, 85
HSL
142°, 78%, 42%
CMYK
87, 0, 55, 26
Luminance
0.3768
Every format
| HEX | #18be55 |
| RGB | rgb(24, 190, 85) |
| HSL | hsl(142, 78%, 42%) |
| CMYK | cmyk(87%, 0%, 55%, 26%) |
| LAB | lab(67.8 -61.6 41.6) |
| LCH | lch(67.8 74.4 146.0) |
| OKLCH | oklch(0.702 0.193 148.9) |
Copy-ready code
/* CSS */
color: #18be55;
background-color: #18be55;
/* Tailwind (arbitrary) */
class="text-[#18be55] bg-[#18be55]"
/* SCSS */
$brand: #18be55;
/* SwiftUI */
Color(red: 0.094, green: 0.745, blue: 0.333)
/* Android */
Color.parseColor("#18be55")Accessibility — WCAG contrast
Aa
#18be55 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18be55 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green74.5%
Blue33.3%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow55.3%
Key (black)25.5%
Color previews
#18be55 text on a black background
contrast 8.54:1
Card sample
#18be55 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18be55;
Background color
Panel with #18be55 background
background-color: #18be55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18be55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 190, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 190, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18be55; background: linear-gradient(135deg, #18be55, #18B9BE);