#8a93b9
a balanced, soft blue · warm · closest name: steelblue
RGB
138, 147, 185
HSL
229°, 25%, 63%
CMYK
25, 21, 0, 28
Luminance
0.2977
Every format
| HEX | #8a93b9 |
| RGB | rgb(138, 147, 185) |
| HSL | hsl(229, 25%, 63%) |
| CMYK | cmyk(25%, 21%, 0%, 28%) |
| LAB | lab(61.5 5.3 -20.8) |
| LCH | lch(61.5 21.5 284.3) |
| OKLCH | oklch(0.670 0.057 274.4) |
Copy-ready code
/* CSS */
color: #8a93b9;
background-color: #8a93b9;
/* Tailwind (arbitrary) */
class="text-[#8a93b9] bg-[#8a93b9]"
/* SCSS */
$brand: #8a93b9;
/* SwiftUI */
Color(red: 0.541, green: 0.576, blue: 0.725)
/* Android */
Color.parseColor("#8a93b9")Accessibility — WCAG contrast
Aa
#8a93b9 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8a93b9 on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green57.6%
Blue72.5%
CMYK percentages
Cyan25.4%
Magenta20.5%
Yellow0.0%
Key (black)27.5%
Color previews
#8a93b9 text on a black background
contrast 6.95:1
Card sample
#8a93b9 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a93b9;
Background color
Panel with #8a93b9 background
background-color: #8a93b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a93b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 147, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 147, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a93b9; background: linear-gradient(135deg, #8a93b9, #A08AB9);