#87afd1
a light, soft blue · cool · closest name: skyblue
RGB
135, 175, 209
HSL
208°, 45%, 68%
CMYK
35, 16, 0, 18
Luminance
0.4041
Every format
| HEX | #87afd1 |
| RGB | rgb(135, 175, 209) |
| HSL | hsl(208, 45%, 68%) |
| CMYK | cmyk(35%, 16%, 0%, 18%) |
| LAB | lab(69.8 -5.2 -21.5) |
| LCH | lch(69.8 22.1 256.6) |
| OKLCH | oklch(0.737 0.066 244.5) |
Copy-ready code
/* CSS */
color: #87afd1;
background-color: #87afd1;
/* Tailwind (arbitrary) */
class="text-[#87afd1] bg-[#87afd1]"
/* SCSS */
$brand: #87afd1;
/* SwiftUI */
Color(red: 0.529, green: 0.686, blue: 0.820)
/* Android */
Color.parseColor("#87afd1")Accessibility — WCAG contrast
Aa
#87afd1 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87afd1 on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green68.6%
Blue82.0%
CMYK percentages
Cyan35.4%
Magenta16.3%
Yellow0.0%
Key (black)18.0%
Color previews
#87afd1 text on a black background
contrast 9.08:1
Card sample
#87afd1 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87afd1;
Background color
Panel with #87afd1 background
background-color: #87afd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87afd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 175, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 175, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87afd1; background: linear-gradient(135deg, #87afd1, #9187D1);