#87beee
a light, electric blue · cool · closest name: skyblue
RGB
135, 190, 238
HSL
208°, 75%, 73%
CMYK
43, 20, 0, 7
Luminance
0.4815
Every format
| HEX | #87beee |
| RGB | rgb(135, 190, 238) |
| HSL | hsl(208, 75%, 73%) |
| CMYK | cmyk(43%, 20%, 0%, 7%) |
| LAB | lab(74.9 -5.6 -29.4) |
| LCH | lch(74.9 30.0 259.2) |
| OKLCH | oklch(0.781 0.090 245.6) |
Copy-ready code
/* CSS */
color: #87beee;
background-color: #87beee;
/* Tailwind (arbitrary) */
class="text-[#87beee] bg-[#87beee]"
/* SCSS */
$brand: #87beee;
/* SwiftUI */
Color(red: 0.529, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#87beee")Accessibility — WCAG contrast
Aa
#87beee on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87beee on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green74.5%
Blue93.3%
CMYK percentages
Cyan43.3%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#87beee text on a black background
contrast 10.63:1
Card sample
#87beee text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87beee;
Background color
Panel with #87beee background
background-color: #87beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87beee; background: linear-gradient(135deg, #87beee, #9587EE);