#87bcaf
a balanced, soft cyan · cool · closest name: silver
RGB
135, 188, 175
HSL
165°, 28%, 63%
CMYK
28, 0, 7, 26
Luminance
0.4421
Every format
| HEX | #87bcaf |
| RGB | rgb(135, 188, 175) |
| HSL | hsl(165, 28%, 63%) |
| CMYK | cmyk(28%, 0%, 7%, 26%) |
| LAB | lab(72.4 -20.1 1.0) |
| LCH | lch(72.4 20.1 177.2) |
| OKLCH | oklch(0.754 0.059 177.7) |
Copy-ready code
/* CSS */
color: #87bcaf;
background-color: #87bcaf;
/* Tailwind (arbitrary) */
class="text-[#87bcaf] bg-[#87bcaf]"
/* SCSS */
$brand: #87bcaf;
/* SwiftUI */
Color(red: 0.529, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#87bcaf")Accessibility — WCAG contrast
Aa
#87bcaf on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87bcaf on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green73.7%
Blue68.6%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#87bcaf text on a black background
contrast 9.84:1
Card sample
#87bcaf text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87bcaf;
Background color
Panel with #87bcaf background
background-color: #87bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87bcaf; background: linear-gradient(135deg, #87bcaf, #87A6BC);