#86f049
a balanced, electric green · cool · closest name: lime
RGB
134, 240, 73
HSL
98°, 85%, 61%
CMYK
44, 0, 70, 6
Luminance
0.6787
Every format
| HEX | #86f049 |
| RGB | rgb(134, 240, 73) |
| HSL | hsl(98, 85%, 61%) |
| CMYK | cmyk(44%, 0%, 70%, 6%) |
| LAB | lab(85.9 -58.0 67.7) |
| LCH | lch(85.9 89.1 130.6) |
| OKLCH | oklch(0.859 0.222 136.4) |
Copy-ready code
/* CSS */
color: #86f049;
background-color: #86f049;
/* Tailwind (arbitrary) */
class="text-[#86f049] bg-[#86f049]"
/* SCSS */
$brand: #86f049;
/* SwiftUI */
Color(red: 0.525, green: 0.941, blue: 0.286)
/* Android */
Color.parseColor("#86f049")Accessibility — WCAG contrast
Aa
#86f049 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86f049 on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green94.1%
Blue28.6%
CMYK percentages
Cyan44.2%
Magenta0.0%
Yellow69.6%
Key (black)5.9%
Color previews
#86f049 text on a black background
contrast 14.57:1
Card sample
#86f049 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86f049;
Background color
Panel with #86f049 background
background-color: #86f049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86f049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 240, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 240, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86f049; background: linear-gradient(135deg, #86f049, #49F07B);