#87c2cc
a light, soft cyan · cool · closest name: skyblue
RGB
135, 194, 204
HSL
189°, 40%, 67%
CMYK
34, 5, 0, 20
Luminance
0.4809
Every format
| HEX | #87c2cc |
| RGB | rgb(135, 194, 204) |
| HSL | hsl(189, 40%, 67%) |
| CMYK | cmyk(34%, 5%, 0%, 20%) |
| LAB | lab(74.9 -16.5 -11.1) |
| LCH | lch(74.9 19.9 213.9) |
| OKLCH | oklch(0.777 0.062 209.2) |
Copy-ready code
/* CSS */
color: #87c2cc;
background-color: #87c2cc;
/* Tailwind (arbitrary) */
class="text-[#87c2cc] bg-[#87c2cc]"
/* SCSS */
$brand: #87c2cc;
/* SwiftUI */
Color(red: 0.529, green: 0.761, blue: 0.800)
/* Android */
Color.parseColor("#87c2cc")Accessibility — WCAG contrast
Aa
#87c2cc on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87c2cc on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green76.1%
Blue80.0%
CMYK percentages
Cyan33.8%
Magenta4.9%
Yellow0.0%
Key (black)20.0%
Color previews
#87c2cc text on a black background
contrast 10.62:1
Card sample
#87c2cc text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87c2cc;
Background color
Panel with #87c2cc background
background-color: #87c2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87c2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 194, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 194, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87c2cc; background: linear-gradient(135deg, #87c2cc, #8794CC);