#86ff64
a light, electric green · cool · closest name: lime
RGB
134, 255, 100
HSL
107°, 100%, 70%
CMYK
48, 0, 61, 0
Luminance
0.7751
Every format
| HEX | #86ff64 |
| RGB | rgb(134, 255, 100) |
| HSL | hsl(107, 100%, 70%) |
| CMYK | cmyk(48%, 0%, 61%, 0%) |
| LAB | lab(90.5 -61.4 62.1) |
| LCH | lch(90.5 87.3 134.7) |
| OKLCH | oklch(0.898 0.222 139.4) |
Copy-ready code
/* CSS */
color: #86ff64;
background-color: #86ff64;
/* Tailwind (arbitrary) */
class="text-[#86ff64] bg-[#86ff64]"
/* SCSS */
$brand: #86ff64;
/* SwiftUI */
Color(red: 0.525, green: 1.000, blue: 0.392)
/* Android */
Color.parseColor("#86ff64")Accessibility — WCAG contrast
Aa
#86ff64 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86ff64 on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green100.0%
Blue39.2%
CMYK percentages
Cyan47.5%
Magenta0.0%
Yellow60.8%
Key (black)0.0%
Color previews
#86ff64 text on a black background
contrast 16.50:1
Card sample
#86ff64 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86ff64;
Background color
Panel with #86ff64 background
background-color: #86ff64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86ff64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 255, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 255, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86ff64; background: linear-gradient(135deg, #86ff64, #64FFA9);