#86bcdf
a light, vivid blue · cool · closest name: skyblue
RGB
134, 188, 223
HSL
204°, 58%, 70%
CMYK
40, 16, 0, 13
Luminance
0.4636
Every format
| HEX | #86bcdf |
| RGB | rgb(134, 188, 223) |
| HSL | hsl(204, 58%, 70%) |
| CMYK | cmyk(40%, 16%, 0%, 13%) |
| LAB | lab(73.8 -8.8 -23.1) |
| LCH | lch(73.8 24.7 249.1) |
| OKLCH | oklch(0.770 0.075 237.5) |
Copy-ready code
/* CSS */
color: #86bcdf;
background-color: #86bcdf;
/* Tailwind (arbitrary) */
class="text-[#86bcdf] bg-[#86bcdf]"
/* SCSS */
$brand: #86bcdf;
/* SwiftUI */
Color(red: 0.525, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#86bcdf")Accessibility — WCAG contrast
Aa
#86bcdf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86bcdf on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green73.7%
Blue87.5%
CMYK percentages
Cyan39.9%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#86bcdf text on a black background
contrast 10.27:1
Card sample
#86bcdf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86bcdf;
Background color
Panel with #86bcdf background
background-color: #86bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86bcdf; background: linear-gradient(135deg, #86bcdf, #8B86DF);