#87a2ac
a balanced, soft cyan · cool · closest name: gray
RGB
135, 162, 172
HSL
196°, 18%, 60%
CMYK
22, 6, 0, 33
Luminance
0.3397
Every format
| HEX | #87a2ac |
| RGB | rgb(135, 162, 172) |
| HSL | hsl(196, 18%, 60%) |
| CMYK | cmyk(22%, 6%, 0%, 33%) |
| LAB | lab(64.9 -7.1 -8.3) |
| LCH | lch(64.9 10.9 229.4) |
| OKLCH | oklch(0.695 0.034 222.3) |
Copy-ready code
/* CSS */
color: #87a2ac;
background-color: #87a2ac;
/* Tailwind (arbitrary) */
class="text-[#87a2ac] bg-[#87a2ac]"
/* SCSS */
$brand: #87a2ac;
/* SwiftUI */
Color(red: 0.529, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#87a2ac")Accessibility — WCAG contrast
Aa
#87a2ac on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87a2ac on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green63.5%
Blue67.5%
CMYK percentages
Cyan21.5%
Magenta5.8%
Yellow0.0%
Key (black)32.5%
Color previews
#87a2ac text on a black background
contrast 7.79:1
Card sample
#87a2ac text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87a2ac;
Background color
Panel with #87a2ac background
background-color: #87a2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87a2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87a2ac; background: linear-gradient(135deg, #87a2ac, #8789AC);