#87aeaf
a balanced, soft cyan · cool · closest name: silver
RGB
135, 174, 175
HSL
182°, 20%, 61%
CMYK
23, 1, 0, 31
Luminance
0.3852
Every format
| HEX | #87aeaf |
| RGB | rgb(135, 174, 175) |
| HSL | hsl(182, 20%, 61%) |
| CMYK | cmyk(23%, 1%, 0%, 31%) |
| LAB | lab(68.4 -12.9 -4.8) |
| LCH | lch(68.4 13.7 200.6) |
| OKLCH | oklch(0.723 0.042 198.2) |
Copy-ready code
/* CSS */
color: #87aeaf;
background-color: #87aeaf;
/* Tailwind (arbitrary) */
class="text-[#87aeaf] bg-[#87aeaf]"
/* SCSS */
$brand: #87aeaf;
/* SwiftUI */
Color(red: 0.529, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#87aeaf")Accessibility — WCAG contrast
Aa
#87aeaf on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87aeaf on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green68.2%
Blue68.6%
CMYK percentages
Cyan22.9%
Magenta0.6%
Yellow0.0%
Key (black)31.4%
Color previews
#87aeaf text on a black background
contrast 8.70:1
Card sample
#87aeaf text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87aeaf;
Background color
Panel with #87aeaf background
background-color: #87aeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87aeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87aeaf; background: linear-gradient(135deg, #87aeaf, #8793AF);