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