#86baeb
a light, vivid blue · cool · closest name: skyblue
RGB
134, 186, 235
HSL
209°, 72%, 72%
CMYK
43, 21, 0, 8
Luminance
0.4618
Every format
| HEX | #86baeb |
| RGB | rgb(134, 186, 235) |
| HSL | hsl(209, 72%, 72%) |
| CMYK | cmyk(43%, 21%, 0%, 8%) |
| LAB | lab(73.7 -4.5 -29.8) |
| LCH | lch(73.7 30.1 261.4) |
| OKLCH | oklch(0.771 0.089 247.6) |
Copy-ready code
/* CSS */
color: #86baeb;
background-color: #86baeb;
/* Tailwind (arbitrary) */
class="text-[#86baeb] bg-[#86baeb]"
/* SCSS */
$brand: #86baeb;
/* SwiftUI */
Color(red: 0.525, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#86baeb")Accessibility — WCAG contrast
Aa
#86baeb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86baeb on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green72.9%
Blue92.2%
CMYK percentages
Cyan43.0%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#86baeb text on a black background
contrast 10.24:1
Card sample
#86baeb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86baeb;
Background color
Panel with #86baeb background
background-color: #86baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86baeb; background: linear-gradient(135deg, #86baeb, #9686EB);