#8af910
a balanced, electric green · cool · closest name: lime
RGB
138, 249, 16
HSL
89°, 95%, 52%
CMYK
45, 0, 94, 2
Luminance
0.7319
Every format
| HEX | #8af910 |
| RGB | rgb(138, 249, 16) |
| HSL | hsl(89, 95%, 52%) |
| CMYK | cmyk(45%, 0%, 94%, 2%) |
| LAB | lab(88.5 -62.5 83.6) |
| LCH | lch(88.5 104.4 126.8) |
| OKLCH | oklch(0.880 0.252 134.4) |
Copy-ready code
/* CSS */
color: #8af910;
background-color: #8af910;
/* Tailwind (arbitrary) */
class="text-[#8af910] bg-[#8af910]"
/* SCSS */
$brand: #8af910;
/* SwiftUI */
Color(red: 0.541, green: 0.976, blue: 0.063)
/* Android */
Color.parseColor("#8af910")Accessibility — WCAG contrast
Aa
#8af910 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8af910 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green97.6%
Blue6.3%
CMYK percentages
Cyan44.6%
Magenta0.0%
Yellow93.6%
Key (black)2.4%
Color previews
#8af910 text on a black background
contrast 15.64:1
Card sample
#8af910 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8af910;
Background color
Panel with #8af910 background
background-color: #8af910;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8af910;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 249, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 249, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8af910; background: linear-gradient(135deg, #8af910, #10F932);