#87cfb2
a light, soft green · cool · closest name: turquoise
RGB
135, 207, 178
HSL
156°, 43%, 67%
CMYK
35, 0, 14, 19
Luminance
0.5299
Every format
| HEX | #87cfb2 |
| RGB | rgb(135, 207, 178) |
| HSL | hsl(156, 43%, 67%) |
| CMYK | cmyk(35%, 0%, 14%, 19%) |
| LAB | lab(77.9 -28.9 7.3) |
| LCH | lch(77.9 29.8 165.8) |
| OKLCH | oklch(0.799 0.084 167.0) |
Copy-ready code
/* CSS */
color: #87cfb2;
background-color: #87cfb2;
/* Tailwind (arbitrary) */
class="text-[#87cfb2] bg-[#87cfb2]"
/* SCSS */
$brand: #87cfb2;
/* SwiftUI */
Color(red: 0.529, green: 0.812, blue: 0.698)
/* Android */
Color.parseColor("#87cfb2")Accessibility — WCAG contrast
Aa
#87cfb2 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87cfb2 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green81.2%
Blue69.8%
CMYK percentages
Cyan34.8%
Magenta0.0%
Yellow14.0%
Key (black)18.8%
Color previews
#87cfb2 text on a black background
contrast 11.60:1
Card sample
#87cfb2 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87cfb2;
Background color
Panel with #87cfb2 background
background-color: #87cfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87cfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 207, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 207, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87cfb2; background: linear-gradient(135deg, #87cfb2, #87BCCF);