#8ae82c
a balanced, electric green · cool · closest name: lime
RGB
138, 232, 44
HSL
90°, 80%, 54%
CMYK
41, 0, 81, 9
Luminance
0.6330
Every format
| HEX | #8ae82c |
| RGB | rgb(138, 232, 44) |
| HSL | hsl(90, 80%, 54%) |
| CMYK | cmyk(41%, 0%, 81%, 9%) |
| LAB | lab(83.6 -55.3 74.5) |
| LCH | lch(83.6 92.8 126.6) |
| OKLCH | oklch(0.840 0.226 133.6) |
Copy-ready code
/* CSS */
color: #8ae82c;
background-color: #8ae82c;
/* Tailwind (arbitrary) */
class="text-[#8ae82c] bg-[#8ae82c]"
/* SCSS */
$brand: #8ae82c;
/* SwiftUI */
Color(red: 0.541, green: 0.910, blue: 0.173)
/* Android */
Color.parseColor("#8ae82c")Accessibility — WCAG contrast
Aa
#8ae82c on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ae82c on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green91.0%
Blue17.3%
CMYK percentages
Cyan40.5%
Magenta0.0%
Yellow81.0%
Key (black)9.0%
Color previews
#8ae82c text on a black background
contrast 13.66:1
Card sample
#8ae82c text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ae82c;
Background color
Panel with #8ae82c background
background-color: #8ae82c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ae82c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 232, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 232, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ae82c; background: linear-gradient(135deg, #8ae82c, #2CE84B);