#86dcdf
a light, vivid cyan · cool · closest name: skyblue
RGB
134, 220, 223
HSL
182°, 58%, 70%
CMYK
40, 1, 0, 13
Luminance
0.6158
Every format
| HEX | #86dcdf |
| RGB | rgb(134, 220, 223) |
| HSL | hsl(182, 58%, 70%) |
| CMYK | cmyk(40%, 1%, 0%, 13%) |
| LAB | lab(82.7 -25.2 -9.7) |
| LCH | lch(82.7 27.0 201.0) |
| OKLCH | oklch(0.841 0.083 198.6) |
Copy-ready code
/* CSS */
color: #86dcdf;
background-color: #86dcdf;
/* Tailwind (arbitrary) */
class="text-[#86dcdf] bg-[#86dcdf]"
/* SCSS */
$brand: #86dcdf;
/* SwiftUI */
Color(red: 0.525, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#86dcdf")Accessibility — WCAG contrast
Aa
#86dcdf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86dcdf on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green86.3%
Blue87.5%
CMYK percentages
Cyan39.9%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#86dcdf text on a black background
contrast 13.32:1
Card sample
#86dcdf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86dcdf;
Background color
Panel with #86dcdf background
background-color: #86dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86dcdf; background: linear-gradient(135deg, #86dcdf, #86A1DF);