#86cbda
a light, vivid cyan · cool · closest name: skyblue
RGB
134, 203, 218
HSL
191°, 53%, 69%
CMYK
39, 7, 0, 15
Luminance
0.5284
Every format
| HEX | #86cbda |
| RGB | rgb(134, 203, 218) |
| HSL | hsl(191, 53%, 69%) |
| CMYK | cmyk(39%, 7%, 0%, 15%) |
| LAB | lab(77.8 -17.9 -14.3) |
| LCH | lch(77.8 22.9 218.6) |
| OKLCH | oklch(0.801 0.072 212.9) |
Copy-ready code
/* CSS */
color: #86cbda;
background-color: #86cbda;
/* Tailwind (arbitrary) */
class="text-[#86cbda] bg-[#86cbda]"
/* SCSS */
$brand: #86cbda;
/* SwiftUI */
Color(red: 0.525, green: 0.796, blue: 0.855)
/* Android */
Color.parseColor("#86cbda")Accessibility — WCAG contrast
Aa
#86cbda on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86cbda on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green79.6%
Blue85.5%
CMYK percentages
Cyan38.5%
Magenta6.9%
Yellow0.0%
Key (black)14.5%
Color previews
#86cbda text on a black background
contrast 11.57:1
Card sample
#86cbda text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86cbda;
Background color
Panel with #86cbda background
background-color: #86cbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86cbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 203, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 203, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86cbda; background: linear-gradient(135deg, #86cbda, #8693DA);