#87cac7
a light, soft cyan · cool · closest name: skyblue
RGB
135, 202, 199
HSL
177°, 39%, 66%
CMYK
33, 0, 2, 21
Luminance
0.5152
Every format
| HEX | #87cac7 |
| RGB | rgb(135, 202, 199) |
| HSL | hsl(177, 39%, 66%) |
| CMYK | cmyk(33%, 0%, 2%, 21%) |
| LAB | lab(77.0 -21.7 -5.3) |
| LCH | lch(77.0 22.4 193.6) |
| OKLCH | oklch(0.793 0.068 192.3) |
Copy-ready code
/* CSS */
color: #87cac7;
background-color: #87cac7;
/* Tailwind (arbitrary) */
class="text-[#87cac7] bg-[#87cac7]"
/* SCSS */
$brand: #87cac7;
/* SwiftUI */
Color(red: 0.529, green: 0.792, blue: 0.780)
/* Android */
Color.parseColor("#87cac7")Accessibility — WCAG contrast
Aa
#87cac7 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87cac7 on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green79.2%
Blue78.0%
CMYK percentages
Cyan33.2%
Magenta0.0%
Yellow1.5%
Key (black)20.8%
Color previews
#87cac7 text on a black background
contrast 11.30:1
Card sample
#87cac7 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87cac7;
Background color
Panel with #87cac7 background
background-color: #87cac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87cac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 202, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 202, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87cac7; background: linear-gradient(135deg, #87cac7, #87A0CA);