#8c97af
a balanced, soft blue · cool · closest name: gray
RGB
140, 151, 175
HSL
221°, 18%, 62%
CMYK
20, 14, 0, 31
Luminance
0.3080
Every format
| HEX | #8c97af |
| RGB | rgb(140, 151, 175) |
| HSL | hsl(221, 18%, 62%) |
| CMYK | cmyk(20%, 14%, 0%, 31%) |
| LAB | lab(62.3 1.3 -13.8) |
| LCH | lch(62.3 13.9 275.4) |
| OKLCH | oklch(0.676 0.038 265.9) |
Copy-ready code
/* CSS */
color: #8c97af;
background-color: #8c97af;
/* Tailwind (arbitrary) */
class="text-[#8c97af] bg-[#8c97af]"
/* SCSS */
$brand: #8c97af;
/* SwiftUI */
Color(red: 0.549, green: 0.592, blue: 0.686)
/* Android */
Color.parseColor("#8c97af")Accessibility — WCAG contrast
Aa
#8c97af on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8c97af on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green59.2%
Blue68.6%
CMYK percentages
Cyan20.0%
Magenta13.7%
Yellow0.0%
Key (black)31.4%
Color previews
#8c97af text on a black background
contrast 7.16:1
Card sample
#8c97af text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c97af;
Background color
Panel with #8c97af background
background-color: #8c97af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c97af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 151, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 151, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c97af; background: linear-gradient(135deg, #8c97af, #988CAF);