#86fc0f
a balanced, electric green · cool · closest name: lime
RGB
134, 252, 15
HSL
90°, 98%, 52%
CMYK
47, 0, 94, 1
Luminance
0.7472
Every format
| HEX | #86fc0f |
| RGB | rgb(134, 252, 15) |
| HSL | hsl(90, 98%, 52%) |
| CMYK | cmyk(47%, 0%, 94%, 1%) |
| LAB | lab(89.3 -64.8 84.2) |
| LCH | lch(89.3 106.3 127.6) |
| OKLCH | oklch(0.886 0.257 135.1) |
Copy-ready code
/* CSS */
color: #86fc0f;
background-color: #86fc0f;
/* Tailwind (arbitrary) */
class="text-[#86fc0f] bg-[#86fc0f]"
/* SCSS */
$brand: #86fc0f;
/* SwiftUI */
Color(red: 0.525, green: 0.988, blue: 0.059)
/* Android */
Color.parseColor("#86fc0f")Accessibility — WCAG contrast
Aa
#86fc0f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86fc0f on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green98.8%
Blue5.9%
CMYK percentages
Cyan46.8%
Magenta0.0%
Yellow94.0%
Key (black)1.2%
Color previews
#86fc0f text on a black background
contrast 15.94:1
Card sample
#86fc0f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86fc0f;
Background color
Panel with #86fc0f background
background-color: #86fc0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86fc0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 252, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 252, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86fc0f; background: linear-gradient(135deg, #86fc0f, #0FFC36);