#87baac
a balanced, soft cyan · cool · closest name: silver
RGB
135, 186, 172
HSL
164°, 27%, 63%
CMYK
27, 0, 8, 27
Luminance
0.4325
Every format
| HEX | #87baac |
| RGB | rgb(135, 186, 172) |
| HSL | hsl(164, 27%, 63%) |
| CMYK | cmyk(27%, 0%, 8%, 27%) |
| LAB | lab(71.7 -19.8 1.7) |
| LCH | lch(71.7 19.8 175.1) |
| OKLCH | oklch(0.749 0.057 175.8) |
Copy-ready code
/* CSS */
color: #87baac;
background-color: #87baac;
/* Tailwind (arbitrary) */
class="text-[#87baac] bg-[#87baac]"
/* SCSS */
$brand: #87baac;
/* SwiftUI */
Color(red: 0.529, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#87baac")Accessibility — WCAG contrast
Aa
#87baac on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87baac on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green72.9%
Blue67.5%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#87baac text on a black background
contrast 9.65:1
Card sample
#87baac text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87baac;
Background color
Panel with #87baac background
background-color: #87baac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87baac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87baac; background: linear-gradient(135deg, #87baac, #87A6BA);