#87eceb
a light, vivid cyan · cool · closest name: turquoise
RGB
135, 236, 235
HSL
179°, 73%, 73%
CMYK
43, 0, 0, 8
Luminance
0.7114
Every format
| HEX | #87eceb |
| RGB | rgb(135, 236, 235) |
| HSL | hsl(179, 73%, 73%) |
| CMYK | cmyk(43%, 0%, 0%, 8%) |
| LAB | lab(87.5 -29.7 -8.8) |
| LCH | lch(87.5 31.0 196.4) |
| OKLCH | oklch(0.881 0.095 194.7) |
Copy-ready code
/* CSS */
color: #87eceb;
background-color: #87eceb;
/* Tailwind (arbitrary) */
class="text-[#87eceb] bg-[#87eceb]"
/* SCSS */
$brand: #87eceb;
/* SwiftUI */
Color(red: 0.529, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#87eceb")Accessibility — WCAG contrast
Aa
#87eceb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87eceb on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green92.5%
Blue92.2%
CMYK percentages
Cyan42.8%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#87eceb text on a black background
contrast 15.23:1
Card sample
#87eceb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87eceb;
Background color
Panel with #87eceb background
background-color: #87eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87eceb; background: linear-gradient(135deg, #87eceb, #87AAEC);