#87afbc
a balanced, soft cyan · cool · closest name: skyblue
RGB
135, 175, 188
HSL
195°, 28%, 63%
CMYK
28, 7, 0, 26
Luminance
0.3944
Every format
| HEX | #87afbc |
| RGB | rgb(135, 175, 188) |
| HSL | hsl(195, 28%, 63%) |
| CMYK | cmyk(28%, 7%, 0%, 26%) |
| LAB | lab(69.1 -10.4 -11.0) |
| LCH | lch(69.1 15.1 226.7) |
| OKLCH | oklch(0.729 0.047 219.7) |
Copy-ready code
/* CSS */
color: #87afbc;
background-color: #87afbc;
/* Tailwind (arbitrary) */
class="text-[#87afbc] bg-[#87afbc]"
/* SCSS */
$brand: #87afbc;
/* SwiftUI */
Color(red: 0.529, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#87afbc")Accessibility — WCAG contrast
Aa
#87afbc on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87afbc on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green68.6%
Blue73.7%
CMYK percentages
Cyan28.2%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#87afbc text on a black background
contrast 8.89:1
Card sample
#87afbc text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87afbc;
Background color
Panel with #87afbc background
background-color: #87afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87afbc; background: linear-gradient(135deg, #87afbc, #878CBC);