#87bceb
a light, vivid blue · cool · closest name: skyblue
RGB
135, 188, 235
HSL
208°, 71%, 73%
CMYK
43, 20, 0, 8
Luminance
0.4712
Every format
| HEX | #87bceb |
| RGB | rgb(135, 188, 235) |
| HSL | hsl(208, 71%, 73%) |
| CMYK | cmyk(43%, 20%, 0%, 8%) |
| LAB | lab(74.3 -5.3 -28.8) |
| LCH | lch(74.3 29.3 259.5) |
| OKLCH | oklch(0.776 0.087 246.0) |
Copy-ready code
/* CSS */
color: #87bceb;
background-color: #87bceb;
/* Tailwind (arbitrary) */
class="text-[#87bceb] bg-[#87bceb]"
/* SCSS */
$brand: #87bceb;
/* SwiftUI */
Color(red: 0.529, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#87bceb")Accessibility — WCAG contrast
Aa
#87bceb on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87bceb on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green73.7%
Blue92.2%
CMYK percentages
Cyan42.6%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#87bceb text on a black background
contrast 10.42:1
Card sample
#87bceb text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87bceb;
Background color
Panel with #87bceb background
background-color: #87bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87bceb; background: linear-gradient(135deg, #87bceb, #9487EB);