#86decf
a light, vivid cyan · cool · closest name: turquoise
RGB
134, 222, 207
HSL
170°, 57%, 70%
CMYK
40, 0, 7, 13
Luminance
0.6182
Every format
| HEX | #86decf |
| RGB | rgb(134, 222, 207) |
| HSL | hsl(170, 57%, 70%) |
| CMYK | cmyk(40%, 0%, 7%, 13%) |
| LAB | lab(82.8 -29.9 -1.0) |
| LCH | lch(82.8 30.0 181.9) |
| OKLCH | oklch(0.841 0.088 182.0) |
Copy-ready code
/* CSS */
color: #86decf;
background-color: #86decf;
/* Tailwind (arbitrary) */
class="text-[#86decf] bg-[#86decf]"
/* SCSS */
$brand: #86decf;
/* SwiftUI */
Color(red: 0.525, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#86decf")Accessibility — WCAG contrast
Aa
#86decf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86decf on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green87.1%
Blue81.2%
CMYK percentages
Cyan39.6%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#86decf text on a black background
contrast 13.36:1
Card sample
#86decf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86decf;
Background color
Panel with #86decf background
background-color: #86decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86decf; background: linear-gradient(135deg, #86decf, #86B2DE);