#87cfff
a light, electric blue · cool · closest name: skyblue
RGB
135, 207, 255
HSL
204°, 100%, 77%
CMYK
47, 19, 0, 0
Luminance
0.5700
Every format
| HEX | #87cfff |
| RGB | rgb(135, 207, 255) |
| HSL | hsl(204, 100%, 77%) |
| CMYK | cmyk(47%, 19%, 0%, 0%) |
| LAB | lab(80.2 -10.0 -30.5) |
| LCH | lch(80.2 32.1 251.8) |
| OKLCH | oklch(0.825 0.099 238.8) |
Copy-ready code
/* CSS */
color: #87cfff;
background-color: #87cfff;
/* Tailwind (arbitrary) */
class="text-[#87cfff] bg-[#87cfff]"
/* SCSS */
$brand: #87cfff;
/* SwiftUI */
Color(red: 0.529, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#87cfff")Accessibility — WCAG contrast
Aa
#87cfff on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87cfff on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green81.2%
Blue100.0%
CMYK percentages
Cyan47.1%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#87cfff text on a black background
contrast 12.40:1
Card sample
#87cfff text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87cfff;
Background color
Panel with #87cfff background
background-color: #87cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87cfff; background: linear-gradient(135deg, #87cfff, #8F87FF);