#87ccaf
a light, soft green · cool · closest name: turquoise
RGB
135, 204, 175
HSL
155°, 40%, 67%
CMYK
34, 0, 14, 20
Luminance
0.5143
Every format
| HEX | #87ccaf |
| RGB | rgb(135, 204, 175) |
| HSL | hsl(155, 40%, 67%) |
| CMYK | cmyk(34%, 0%, 14%, 20%) |
| LAB | lab(76.9 -28.0 7.6) |
| LCH | lch(76.9 29.1 164.8) |
| OKLCH | oklch(0.791 0.082 166.1) |
Copy-ready code
/* CSS */
color: #87ccaf;
background-color: #87ccaf;
/* Tailwind (arbitrary) */
class="text-[#87ccaf] bg-[#87ccaf]"
/* SCSS */
$brand: #87ccaf;
/* SwiftUI */
Color(red: 0.529, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#87ccaf")Accessibility — WCAG contrast
Aa
#87ccaf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87ccaf on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green80.0%
Blue68.6%
CMYK percentages
Cyan33.8%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#87ccaf text on a black background
contrast 11.29:1
Card sample
#87ccaf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87ccaf;
Background color
Panel with #87ccaf background
background-color: #87ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87ccaf; background: linear-gradient(135deg, #87ccaf, #87BBCC);