#87cebf
a light, soft cyan · cool · closest name: turquoise
RGB
135, 206, 191
HSL
167°, 42%, 67%
CMYK
35, 0, 7, 19
Luminance
0.5306
Every format
| HEX | #87cebf |
| RGB | rgb(135, 206, 191) |
| HSL | hsl(167, 42%, 67%) |
| CMYK | cmyk(35%, 0%, 7%, 19%) |
| LAB | lab(77.9 -25.6 0.4) |
| LCH | lch(77.9 25.6 179.1) |
| OKLCH | oklch(0.800 0.075 179.5) |
Copy-ready code
/* CSS */
color: #87cebf;
background-color: #87cebf;
/* Tailwind (arbitrary) */
class="text-[#87cebf] bg-[#87cebf]"
/* SCSS */
$brand: #87cebf;
/* SwiftUI */
Color(red: 0.529, green: 0.808, blue: 0.749)
/* Android */
Color.parseColor("#87cebf")Accessibility — WCAG contrast
Aa
#87cebf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87cebf on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green80.8%
Blue74.9%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow7.3%
Key (black)19.2%
Color previews
#87cebf text on a black background
contrast 11.61:1
Card sample
#87cebf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87cebf;
Background color
Panel with #87cebf background
background-color: #87cebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87cebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 206, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 206, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87cebf; background: linear-gradient(135deg, #87cebf, #87AECE);