#87fafd
a light, electric cyan · cool · closest name: cyan
RGB
135, 250, 253
HSL
182°, 97%, 76%
CMYK
47, 1, 0, 1
Luminance
0.8061
Every format
| HEX | #87fafd |
| RGB | rgb(135, 250, 253) |
| HSL | hsl(182, 97%, 76%) |
| CMYK | cmyk(47%, 1%, 0%, 1%) |
| LAB | lab(92.0 -31.9 -11.6) |
| LCH | lch(92.0 34.0 199.9) |
| OKLCH | oklch(0.919 0.105 197.7) |
Copy-ready code
/* CSS */
color: #87fafd;
background-color: #87fafd;
/* Tailwind (arbitrary) */
class="text-[#87fafd] bg-[#87fafd]"
/* SCSS */
$brand: #87fafd;
/* SwiftUI */
Color(red: 0.529, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#87fafd")Accessibility — WCAG contrast
Aa
#87fafd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87fafd on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green98.0%
Blue99.2%
CMYK percentages
Cyan46.6%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#87fafd text on a black background
contrast 17.12:1
Card sample
#87fafd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87fafd;
Background color
Panel with #87fafd background
background-color: #87fafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87fafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87fafd; background: linear-gradient(135deg, #87fafd, #87ABFD);