#87c4d4
a light, vivid cyan · cool · closest name: skyblue
RGB
135, 196, 212
HSL
193°, 47%, 68%
CMYK
36, 8, 0, 17
Luminance
0.4938
Every format
| HEX | #87c4d4 |
| RGB | rgb(135, 196, 212) |
| HSL | hsl(193, 47%, 68%) |
| CMYK | cmyk(36%, 8%, 0%, 17%) |
| LAB | lab(75.7 -15.6 -14.2) |
| LCH | lch(75.7 21.1 222.4) |
| OKLCH | oklch(0.784 0.066 216.0) |
Copy-ready code
/* CSS */
color: #87c4d4;
background-color: #87c4d4;
/* Tailwind (arbitrary) */
class="text-[#87c4d4] bg-[#87c4d4]"
/* SCSS */
$brand: #87c4d4;
/* SwiftUI */
Color(red: 0.529, green: 0.769, blue: 0.831)
/* Android */
Color.parseColor("#87c4d4")Accessibility — WCAG contrast
Aa
#87c4d4 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87c4d4 on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green76.9%
Blue83.1%
CMYK percentages
Cyan36.3%
Magenta7.5%
Yellow0.0%
Key (black)16.9%
Color previews
#87c4d4 text on a black background
contrast 10.88:1
Card sample
#87c4d4 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87c4d4;
Background color
Panel with #87c4d4 background
background-color: #87c4d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87c4d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 196, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 196, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87c4d4; background: linear-gradient(135deg, #87c4d4, #8791D4);