#87faeb
a light, electric cyan · cool · closest name: turquoise
RGB
135, 250, 235
HSL
172°, 92%, 76%
CMYK
46, 0, 6, 2
Luminance
0.7952
Every format
| HEX | #87faeb |
| RGB | rgb(135, 250, 235) |
| HSL | hsl(172, 92%, 76%) |
| CMYK | cmyk(46%, 0%, 6%, 2%) |
| LAB | lab(91.5 -36.3 -3.0) |
| LCH | lch(91.5 36.4 184.7) |
| OKLCH | oklch(0.913 0.108 184.6) |
Copy-ready code
/* CSS */
color: #87faeb;
background-color: #87faeb;
/* Tailwind (arbitrary) */
class="text-[#87faeb] bg-[#87faeb]"
/* SCSS */
$brand: #87faeb;
/* SwiftUI */
Color(red: 0.529, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#87faeb")Accessibility — WCAG contrast
Aa
#87faeb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87faeb on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green98.0%
Blue92.2%
CMYK percentages
Cyan46.0%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#87faeb text on a black background
contrast 16.90:1
Card sample
#87faeb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87faeb;
Background color
Panel with #87faeb background
background-color: #87faeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87faeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87faeb; background: linear-gradient(135deg, #87faeb, #87BCFA);