#86cdf9
a light, electric blue · cool · closest name: skyblue
RGB
134, 205, 249
HSL
203°, 91%, 75%
CMYK
46, 18, 0, 2
Luminance
0.5557
Every format
| HEX | #86cdf9 |
| RGB | rgb(134, 205, 249) |
| HSL | hsl(203, 91%, 75%) |
| CMYK | cmyk(46%, 18%, 0%, 2%) |
| LAB | lab(79.4 -10.8 -28.5) |
| LCH | lch(79.4 30.5 249.2) |
| OKLCH | oklch(0.818 0.095 236.8) |
Copy-ready code
/* CSS */
color: #86cdf9;
background-color: #86cdf9;
/* Tailwind (arbitrary) */
class="text-[#86cdf9] bg-[#86cdf9]"
/* SCSS */
$brand: #86cdf9;
/* SwiftUI */
Color(red: 0.525, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#86cdf9")Accessibility — WCAG contrast
Aa
#86cdf9 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86cdf9 on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green80.4%
Blue97.6%
CMYK percentages
Cyan46.2%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#86cdf9 text on a black background
contrast 12.11:1
Card sample
#86cdf9 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86cdf9;
Background color
Panel with #86cdf9 background
background-color: #86cdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86cdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86cdf9; background: linear-gradient(135deg, #86cdf9, #8C86F9);