#87ccc7
a light, soft cyan · cool · closest name: skyblue
RGB
135, 204, 199
HSL
176°, 40%, 67%
CMYK
34, 0, 3, 20
Luminance
0.5246
Every format
| HEX | #87ccc7 |
| RGB | rgb(135, 204, 199) |
| HSL | hsl(176, 40%, 67%) |
| CMYK | cmyk(34%, 0%, 3%, 20%) |
| LAB | lab(77.5 -22.7 -4.4) |
| LCH | lch(77.5 23.2 191.0) |
| OKLCH | oklch(0.798 0.070 190.1) |
Copy-ready code
/* CSS */
color: #87ccc7;
background-color: #87ccc7;
/* Tailwind (arbitrary) */
class="text-[#87ccc7] bg-[#87ccc7]"
/* SCSS */
$brand: #87ccc7;
/* SwiftUI */
Color(red: 0.529, green: 0.800, blue: 0.780)
/* Android */
Color.parseColor("#87ccc7")Accessibility — WCAG contrast
Aa
#87ccc7 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87ccc7 on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green80.0%
Blue78.0%
CMYK percentages
Cyan33.8%
Magenta0.0%
Yellow2.5%
Key (black)20.0%
Color previews
#87ccc7 text on a black background
contrast 11.49:1
Card sample
#87ccc7 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87ccc7;
Background color
Panel with #87ccc7 background
background-color: #87ccc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87ccc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 204, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 204, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87ccc7; background: linear-gradient(135deg, #87ccc7, #87A3CC);