#87cad4
a light, vivid cyan · cool · closest name: skyblue
RGB
135, 202, 212
HSL
188°, 47%, 68%
CMYK
36, 5, 0, 17
Luminance
0.5215
Every format
| HEX | #87cad4 |
| RGB | rgb(135, 202, 212) |
| HSL | hsl(188, 47%, 68%) |
| CMYK | cmyk(36%, 5%, 0%, 17%) |
| LAB | lab(77.4 -18.6 -11.7) |
| LCH | lch(77.4 22.0 212.1) |
| OKLCH | oklch(0.798 0.069 207.7) |
Copy-ready code
/* CSS */
color: #87cad4;
background-color: #87cad4;
/* Tailwind (arbitrary) */
class="text-[#87cad4] bg-[#87cad4]"
/* SCSS */
$brand: #87cad4;
/* SwiftUI */
Color(red: 0.529, green: 0.792, blue: 0.831)
/* Android */
Color.parseColor("#87cad4")Accessibility — WCAG contrast
Aa
#87cad4 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87cad4 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green79.2%
Blue83.1%
CMYK percentages
Cyan36.3%
Magenta4.7%
Yellow0.0%
Key (black)16.9%
Color previews
#87cad4 text on a black background
contrast 11.43:1
Card sample
#87cad4 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87cad4;
Background color
Panel with #87cad4 background
background-color: #87cad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87cad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 202, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 202, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87cad4; background: linear-gradient(135deg, #87cad4, #8797D4);