#86eddf
a light, vivid cyan · cool · closest name: turquoise
RGB
134, 237, 223
HSL
172°, 74%, 73%
CMYK
44, 0, 6, 7
Luminance
0.7096
Every format
| HEX | #86eddf |
| RGB | rgb(134, 237, 223) |
| HSL | hsl(172, 74%, 73%) |
| CMYK | cmyk(44%, 0%, 6%, 7%) |
| LAB | lab(87.5 -33.3 -2.6) |
| LCH | lch(87.5 33.4 184.4) |
| OKLCH | oklch(0.880 0.099 184.3) |
Copy-ready code
/* CSS */
color: #86eddf;
background-color: #86eddf;
/* Tailwind (arbitrary) */
class="text-[#86eddf] bg-[#86eddf]"
/* SCSS */
$brand: #86eddf;
/* SwiftUI */
Color(red: 0.525, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#86eddf")Accessibility — WCAG contrast
Aa
#86eddf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86eddf on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green92.9%
Blue87.5%
CMYK percentages
Cyan43.5%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#86eddf text on a black background
contrast 15.19:1
Card sample
#86eddf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86eddf;
Background color
Panel with #86eddf background
background-color: #86eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86eddf; background: linear-gradient(135deg, #86eddf, #86B6ED);