#8aef2f
a balanced, electric green · cool · closest name: lime
RGB
138, 239, 47
HSL
92°, 86%, 56%
CMYK
42, 0, 80, 6
Luminance
0.6734
Every format
| HEX | #8aef2f |
| RGB | rgb(138, 239, 47) |
| HSL | hsl(92, 86%, 56%) |
| CMYK | cmyk(42%, 0%, 80%, 6%) |
| LAB | lab(85.7 -57.8 75.6) |
| LCH | lch(85.7 95.2 127.4) |
| OKLCH | oklch(0.857 0.233 134.3) |
Copy-ready code
/* CSS */
color: #8aef2f;
background-color: #8aef2f;
/* Tailwind (arbitrary) */
class="text-[#8aef2f] bg-[#8aef2f]"
/* SCSS */
$brand: #8aef2f;
/* SwiftUI */
Color(red: 0.541, green: 0.937, blue: 0.184)
/* Android */
Color.parseColor("#8aef2f")Accessibility — WCAG contrast
Aa
#8aef2f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aef2f on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green93.7%
Blue18.4%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow80.3%
Key (black)6.3%
Color previews
#8aef2f text on a black background
contrast 14.47:1
Card sample
#8aef2f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aef2f;
Background color
Panel with #8aef2f background
background-color: #8aef2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aef2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 239, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 239, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aef2f; background: linear-gradient(135deg, #8aef2f, #2FEF54);