#89aeaf
a balanced, soft cyan · cool · closest name: silver
RGB
137, 174, 175
HSL
182°, 19%, 61%
CMYK
22, 1, 0, 31
Luminance
0.3869
Every format
| HEX | #89aeaf |
| RGB | rgb(137, 174, 175) |
| HSL | hsl(182, 19%, 61%) |
| CMYK | cmyk(22%, 1%, 0%, 31%) |
| LAB | lab(68.5 -12.2 -4.6) |
| LCH | lch(68.5 13.1 200.7) |
| OKLCH | oklch(0.724 0.040 198.4) |
Copy-ready code
/* CSS */
color: #89aeaf;
background-color: #89aeaf;
/* Tailwind (arbitrary) */
class="text-[#89aeaf] bg-[#89aeaf]"
/* SCSS */
$brand: #89aeaf;
/* SwiftUI */
Color(red: 0.537, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#89aeaf")Accessibility — WCAG contrast
Aa
#89aeaf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89aeaf on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green68.2%
Blue68.6%
CMYK percentages
Cyan21.7%
Magenta0.6%
Yellow0.0%
Key (black)31.4%
Color previews
#89aeaf text on a black background
contrast 8.74:1
Card sample
#89aeaf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89aeaf;
Background color
Panel with #89aeaf background
background-color: #89aeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89aeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89aeaf; background: linear-gradient(135deg, #89aeaf, #8995AF);