#8697ba
a balanced, soft blue · cool · closest name: steelblue
RGB
134, 151, 186
HSL
220°, 27%, 63%
CMYK
28, 19, 0, 27
Luminance
0.3075
Every format
| HEX | #8697ba |
| RGB | rgb(134, 151, 186) |
| HSL | hsl(220, 27%, 63%) |
| CMYK | cmyk(28%, 19%, 0%, 27%) |
| LAB | lab(62.3 2.0 -20.1) |
| LCH | lch(62.3 20.2 275.8) |
| OKLCH | oklch(0.675 0.056 264.6) |
Copy-ready code
/* CSS */
color: #8697ba;
background-color: #8697ba;
/* Tailwind (arbitrary) */
class="text-[#8697ba] bg-[#8697ba]"
/* SCSS */
$brand: #8697ba;
/* SwiftUI */
Color(red: 0.525, green: 0.592, blue: 0.729)
/* Android */
Color.parseColor("#8697ba")Accessibility — WCAG contrast
Aa
#8697ba on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8697ba on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green59.2%
Blue72.9%
CMYK percentages
Cyan28.0%
Magenta18.8%
Yellow0.0%
Key (black)27.1%
Color previews
#8697ba text on a black background
contrast 7.15:1
Card sample
#8697ba text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8697ba;
Background color
Panel with #8697ba background
background-color: #8697ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8697ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 151, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 151, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8697ba; background: linear-gradient(135deg, #8697ba, #9886BA);