#8c97ba
a balanced, soft blue · warm · closest name: steelblue
RGB
140, 151, 186
HSL
226°, 25%, 64%
CMYK
25, 19, 0, 27
Luminance
0.3125
Every format
| HEX | #8c97ba |
| RGB | rgb(140, 151, 186) |
| HSL | hsl(226, 25%, 64%) |
| CMYK | cmyk(25%, 19%, 0%, 27%) |
| LAB | lab(62.7 3.9 -19.4) |
| LCH | lch(62.7 19.8 281.3) |
| OKLCH | oklch(0.680 0.053 271.3) |
Copy-ready code
/* CSS */
color: #8c97ba;
background-color: #8c97ba;
/* Tailwind (arbitrary) */
class="text-[#8c97ba] bg-[#8c97ba]"
/* SCSS */
$brand: #8c97ba;
/* SwiftUI */
Color(red: 0.549, green: 0.592, blue: 0.729)
/* Android */
Color.parseColor("#8c97ba")Accessibility — WCAG contrast
Aa
#8c97ba on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8c97ba on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green59.2%
Blue72.9%
CMYK percentages
Cyan24.7%
Magenta18.8%
Yellow0.0%
Key (black)27.1%
Color previews
#8c97ba text on a black background
contrast 7.25:1
Card sample
#8c97ba text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c97ba;
Background color
Panel with #8c97ba background
background-color: #8c97ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c97ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 151, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 151, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c97ba; background: linear-gradient(135deg, #8c97ba, #A08CBA);