#86eade
a light, vivid cyan · cool · closest name: turquoise
RGB
134, 234, 222
HSL
173°, 70%, 72%
CMYK
43, 0, 5, 8
Luminance
0.6919
Every format
| HEX | #86eade |
| RGB | rgb(134, 234, 222) |
| HSL | hsl(173, 70%, 72%) |
| CMYK | cmyk(43%, 0%, 5%, 8%) |
| LAB | lab(86.6 -32.1 -3.3) |
| LCH | lch(86.6 32.3 185.9) |
| OKLCH | oklch(0.873 0.096 185.7) |
Copy-ready code
/* CSS */
color: #86eade;
background-color: #86eade;
/* Tailwind (arbitrary) */
class="text-[#86eade] bg-[#86eade]"
/* SCSS */
$brand: #86eade;
/* SwiftUI */
Color(red: 0.525, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#86eade")Accessibility — WCAG contrast
Aa
#86eade on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86eade on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green91.8%
Blue87.1%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#86eade text on a black background
contrast 14.84:1
Card sample
#86eade text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86eade;
Background color
Panel with #86eade background
background-color: #86eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86eade; background: linear-gradient(135deg, #86eade, #86B3EA);