#87cfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
135, 207, 223
HSL
191°, 58%, 70%
CMYK
40, 7, 0, 13
Luminance
0.5510
Every format
| HEX | #87cfdf |
| RGB | rgb(135, 207, 223) |
| HSL | hsl(191, 58%, 70%) |
| CMYK | cmyk(40%, 7%, 0%, 13%) |
| LAB | lab(79.1 -18.4 -15.0) |
| LCH | lch(79.1 23.8 219.1) |
| OKLCH | oklch(0.813 0.075 213.3) |
Copy-ready code
/* CSS */
color: #87cfdf;
background-color: #87cfdf;
/* Tailwind (arbitrary) */
class="text-[#87cfdf] bg-[#87cfdf]"
/* SCSS */
$brand: #87cfdf;
/* SwiftUI */
Color(red: 0.529, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#87cfdf")Accessibility — WCAG contrast
Aa
#87cfdf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87cfdf on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green81.2%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#87cfdf text on a black background
contrast 12.02:1
Card sample
#87cfdf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87cfdf;
Background color
Panel with #87cfdf background
background-color: #87cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87cfdf; background: linear-gradient(135deg, #87cfdf, #8794DF);