#86c993
a light, soft green · cool · closest name: aquamarine
RGB
134, 201, 147
HSL
132°, 38%, 66%
CMYK
33, 0, 27, 21
Luminance
0.4895
Every format
| HEX | #86c993 |
| RGB | rgb(134, 201, 147) |
| HSL | hsl(132, 38%, 66%) |
| CMYK | cmyk(33%, 0%, 27%, 21%) |
| LAB | lab(75.4 -32.3 20.4) |
| LCH | lch(75.4 38.3 147.7) |
| OKLCH | oklch(0.777 0.103 149.6) |
Copy-ready code
/* CSS */
color: #86c993;
background-color: #86c993;
/* Tailwind (arbitrary) */
class="text-[#86c993] bg-[#86c993]"
/* SCSS */
$brand: #86c993;
/* SwiftUI */
Color(red: 0.525, green: 0.788, blue: 0.576)
/* Android */
Color.parseColor("#86c993")Accessibility — WCAG contrast
Aa
#86c993 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86c993 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green78.8%
Blue57.6%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow26.9%
Key (black)21.2%
Color previews
#86c993 text on a black background
contrast 10.79:1
Card sample
#86c993 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86c993;
Background color
Panel with #86c993 background
background-color: #86c993;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86c993;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 201, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 201, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86c993; background: linear-gradient(135deg, #86c993, #86C9C0);