#86f024
a balanced, electric green · cool · closest name: lime
RGB
134, 240, 36
HSL
91°, 87%, 54%
CMYK
44, 0, 85, 6
Luminance
0.6752
Every format
| HEX | #86f024 |
| RGB | rgb(134, 240, 36) |
| HSL | hsl(91, 87%, 54%) |
| CMYK | cmyk(44%, 0%, 85%, 6%) |
| LAB | lab(85.8 -59.9 78.2) |
| LCH | lch(85.8 98.5 127.5) |
| OKLCH | oklch(0.857 0.239 134.6) |
Copy-ready code
/* CSS */
color: #86f024;
background-color: #86f024;
/* Tailwind (arbitrary) */
class="text-[#86f024] bg-[#86f024]"
/* SCSS */
$brand: #86f024;
/* SwiftUI */
Color(red: 0.525, green: 0.941, blue: 0.141)
/* Android */
Color.parseColor("#86f024")Accessibility — WCAG contrast
Aa
#86f024 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86f024 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green94.1%
Blue14.1%
CMYK percentages
Cyan44.2%
Magenta0.0%
Yellow85.0%
Key (black)5.9%
Color previews
#86f024 text on a black background
contrast 14.50:1
Card sample
#86f024 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86f024;
Background color
Panel with #86f024 background
background-color: #86f024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86f024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 240, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 240, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86f024; background: linear-gradient(135deg, #86f024, #24F04A);