#86dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
134, 219, 235
HSL
190°, 72%, 72%
CMYK
43, 7, 0, 8
Luminance
0.6173
Every format
| HEX | #86dbeb |
| RGB | rgb(134, 219, 235) |
| HSL | hsl(190, 72%, 72%) |
| CMYK | cmyk(43%, 7%, 0%, 8%) |
| LAB | lab(82.8 -21.7 -15.9) |
| LCH | lch(82.8 26.9 216.3) |
| OKLCH | oklch(0.843 0.085 210.9) |
Copy-ready code
/* CSS */
color: #86dbeb;
background-color: #86dbeb;
/* Tailwind (arbitrary) */
class="text-[#86dbeb] bg-[#86dbeb]"
/* SCSS */
$brand: #86dbeb;
/* SwiftUI */
Color(red: 0.525, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#86dbeb")Accessibility — WCAG contrast
Aa
#86dbeb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86dbeb on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green85.9%
Blue92.2%
CMYK percentages
Cyan43.0%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#86dbeb text on a black background
contrast 13.35:1
Card sample
#86dbeb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86dbeb;
Background color
Panel with #86dbeb background
background-color: #86dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86dbeb; background: linear-gradient(135deg, #86dbeb, #8698EB);