#86ff55
a light, electric green · cool · closest name: lime
RGB
134, 255, 85
HSL
103°, 100%, 67%
CMYK
48, 0, 67, 0
Luminance
0.7724
Every format
| HEX | #86ff55 |
| RGB | rgb(134, 255, 85) |
| HSL | hsl(103, 100%, 67%) |
| CMYK | cmyk(48%, 0%, 67%, 0%) |
| LAB | lab(90.4 -62.7 67.9) |
| LCH | lch(90.4 92.5 132.7) |
| OKLCH | oklch(0.896 0.233 138.1) |
Copy-ready code
/* CSS */
color: #86ff55;
background-color: #86ff55;
/* Tailwind (arbitrary) */
class="text-[#86ff55] bg-[#86ff55]"
/* SCSS */
$brand: #86ff55;
/* SwiftUI */
Color(red: 0.525, green: 1.000, blue: 0.333)
/* Android */
Color.parseColor("#86ff55")Accessibility — WCAG contrast
Aa
#86ff55 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86ff55 on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green100.0%
Blue33.3%
CMYK percentages
Cyan47.5%
Magenta0.0%
Yellow66.7%
Key (black)0.0%
Color previews
#86ff55 text on a black background
contrast 16.45:1
Card sample
#86ff55 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86ff55;
Background color
Panel with #86ff55 background
background-color: #86ff55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86ff55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 255, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 255, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86ff55; background: linear-gradient(135deg, #86ff55, #55FF95);