#86f49b
a light, electric green · cool · closest name: aquamarine
RGB
134, 244, 155
HSL
132°, 83%, 74%
CMYK
45, 0, 37, 4
Luminance
0.7214
Every format
| HEX | #86f49b |
| RGB | rgb(134, 244, 155) |
| HSL | hsl(132, 83%, 74%) |
| CMYK | cmyk(45%, 0%, 37%, 4%) |
| LAB | lab(88.0 -50.0 33.3) |
| LCH | lch(88.0 60.1 146.3) |
| OKLCH | oklch(0.879 0.159 148.5) |
Copy-ready code
/* CSS */
color: #86f49b;
background-color: #86f49b;
/* Tailwind (arbitrary) */
class="text-[#86f49b] bg-[#86f49b]"
/* SCSS */
$brand: #86f49b;
/* SwiftUI */
Color(red: 0.525, green: 0.957, blue: 0.608)
/* Android */
Color.parseColor("#86f49b")Accessibility — WCAG contrast
Aa
#86f49b on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86f49b on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green95.7%
Blue60.8%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow36.5%
Key (black)4.3%
Color previews
#86f49b text on a black background
contrast 15.43:1
Card sample
#86f49b text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86f49b;
Background color
Panel with #86f49b background
background-color: #86f49b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86f49b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 244, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 244, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86f49b; background: linear-gradient(135deg, #86f49b, #86F4E4);