#87fdf6
a light, electric cyan · cool · closest name: turquoise
RGB
135, 253, 246
HSL
176°, 97%, 76%
CMYK
47, 0, 3, 1
Luminance
0.8206
Every format
| HEX | #87fdf6 |
| RGB | rgb(135, 253, 246) |
| HSL | hsl(176, 97%, 76%) |
| CMYK | cmyk(47%, 0%, 3%, 1%) |
| LAB | lab(92.6 -35.0 -7.0) |
| LCH | lch(92.6 35.7 191.3) |
| OKLCH | oklch(0.923 0.108 190.4) |
Copy-ready code
/* CSS */
color: #87fdf6;
background-color: #87fdf6;
/* Tailwind (arbitrary) */
class="text-[#87fdf6] bg-[#87fdf6]"
/* SCSS */
$brand: #87fdf6;
/* SwiftUI */
Color(red: 0.529, green: 0.992, blue: 0.965)
/* Android */
Color.parseColor("#87fdf6")Accessibility — WCAG contrast
Aa
#87fdf6 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87fdf6 on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green99.2%
Blue96.5%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow2.8%
Key (black)0.8%
Color previews
#87fdf6 text on a black background
contrast 17.41:1
Card sample
#87fdf6 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87fdf6;
Background color
Panel with #87fdf6 background
background-color: #87fdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87fdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 253, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 253, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87fdf6; background: linear-gradient(135deg, #87fdf6, #87B5FD);