#87feee
a light, electric cyan · cool · closest name: turquoise
RGB
135, 254, 238
HSL
172°, 98%, 76%
CMYK
47, 0, 6, 0
Luminance
0.8221
Every format
| HEX | #87feee |
| RGB | rgb(135, 254, 238) |
| HSL | hsl(172, 98%, 76%) |
| CMYK | cmyk(47%, 0%, 6%, 0%) |
| LAB | lab(92.7 -37.4 -2.8) |
| LCH | lch(92.7 37.5 184.2) |
| OKLCH | oklch(0.923 0.111 184.2) |
Copy-ready code
/* CSS */
color: #87feee;
background-color: #87feee;
/* Tailwind (arbitrary) */
class="text-[#87feee] bg-[#87feee]"
/* SCSS */
$brand: #87feee;
/* SwiftUI */
Color(red: 0.529, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#87feee")Accessibility — WCAG contrast
Aa
#87feee on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87feee on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green99.6%
Blue93.3%
CMYK percentages
Cyan46.9%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#87feee text on a black background
contrast 17.44:1
Card sample
#87feee text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87feee;
Background color
Panel with #87feee background
background-color: #87feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87feee; background: linear-gradient(135deg, #87feee, #87BFFE);