#87bfd2
a light, vivid cyan · cool · closest name: skyblue
RGB
135, 191, 210
HSL
195°, 46%, 68%
CMYK
36, 9, 0, 18
Luminance
0.4707
Every format
| HEX | #87bfd2 |
| RGB | rgb(135, 191, 210) |
| HSL | hsl(195, 46%, 68%) |
| CMYK | cmyk(36%, 9%, 0%, 18%) |
| LAB | lab(74.2 -13.4 -15.3) |
| LCH | lch(74.2 20.4 228.7) |
| OKLCH | oklch(0.773 0.064 221.0) |
Copy-ready code
/* CSS */
color: #87bfd2;
background-color: #87bfd2;
/* Tailwind (arbitrary) */
class="text-[#87bfd2] bg-[#87bfd2]"
/* SCSS */
$brand: #87bfd2;
/* SwiftUI */
Color(red: 0.529, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#87bfd2")Accessibility — WCAG contrast
Aa
#87bfd2 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87bfd2 on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green74.9%
Blue82.4%
CMYK percentages
Cyan35.7%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#87bfd2 text on a black background
contrast 10.41:1
Card sample
#87bfd2 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87bfd2;
Background color
Panel with #87bfd2 background
background-color: #87bfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87bfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87bfd2; background: linear-gradient(135deg, #87bfd2, #878DD2);