#86cfda
a light, vivid cyan · cool · closest name: skyblue
RGB
134, 207, 218
HSL
188°, 53%, 69%
CMYK
39, 5, 0, 15
Luminance
0.5476
Every format
| HEX | #86cfda |
| RGB | rgb(134, 207, 218) |
| HSL | hsl(188, 53%, 69%) |
| CMYK | cmyk(39%, 5%, 0%, 15%) |
| LAB | lab(78.9 -19.9 -12.6) |
| LCH | lch(78.9 23.6 212.4) |
| OKLCH | oklch(0.810 0.074 207.8) |
Copy-ready code
/* CSS */
color: #86cfda;
background-color: #86cfda;
/* Tailwind (arbitrary) */
class="text-[#86cfda] bg-[#86cfda]"
/* SCSS */
$brand: #86cfda;
/* SwiftUI */
Color(red: 0.525, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#86cfda")Accessibility — WCAG contrast
Aa
#86cfda on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86cfda on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green81.2%
Blue85.5%
CMYK percentages
Cyan38.5%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#86cfda text on a black background
contrast 11.95:1
Card sample
#86cfda text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86cfda;
Background color
Panel with #86cfda background
background-color: #86cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86cfda; background: linear-gradient(135deg, #86cfda, #8697DA);