#87c2cf
a light, soft cyan · cool · closest name: skyblue
RGB
135, 194, 207
HSL
191°, 43%, 67%
CMYK
35, 6, 0, 19
Luminance
0.4824
Every format
| HEX | #87c2cf |
| RGB | rgb(135, 194, 207) |
| HSL | hsl(191, 43%, 67%) |
| CMYK | cmyk(35%, 6%, 0%, 19%) |
| LAB | lab(75.0 -15.8 -12.6) |
| LCH | lch(75.0 20.1 218.6) |
| OKLCH | oklch(0.778 0.063 212.9) |
Copy-ready code
/* CSS */
color: #87c2cf;
background-color: #87c2cf;
/* Tailwind (arbitrary) */
class="text-[#87c2cf] bg-[#87c2cf]"
/* SCSS */
$brand: #87c2cf;
/* SwiftUI */
Color(red: 0.529, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#87c2cf")Accessibility — WCAG contrast
Aa
#87c2cf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87c2cf on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green76.1%
Blue81.2%
CMYK percentages
Cyan34.8%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#87c2cf text on a black background
contrast 10.65:1
Card sample
#87c2cf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87c2cf;
Background color
Panel with #87c2cf background
background-color: #87c2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87c2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87c2cf; background: linear-gradient(135deg, #87c2cf, #8792CF);