#8a8eb9
a balanced, soft blue · warm · closest name: steelblue
RGB
138, 142, 185
HSL
235°, 25%, 63%
CMYK
25, 23, 0, 28
Luminance
0.2825
Every format
| HEX | #8a8eb9 |
| RGB | rgb(138, 142, 185) |
| HSL | hsl(235, 25%, 63%) |
| CMYK | cmyk(25%, 23%, 0%, 28%) |
| LAB | lab(60.1 8.2 -22.9) |
| LCH | lch(60.1 24.3 289.7) |
| OKLCH | oklch(0.659 0.064 280.3) |
Copy-ready code
/* CSS */
color: #8a8eb9;
background-color: #8a8eb9;
/* Tailwind (arbitrary) */
class="text-[#8a8eb9] bg-[#8a8eb9]"
/* SCSS */
$brand: #8a8eb9;
/* SwiftUI */
Color(red: 0.541, green: 0.557, blue: 0.725)
/* Android */
Color.parseColor("#8a8eb9")Accessibility — WCAG contrast
Aa
#8a8eb9 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8a8eb9 on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green55.7%
Blue72.5%
CMYK percentages
Cyan25.4%
Magenta23.2%
Yellow0.0%
Key (black)27.5%
Color previews
#8a8eb9 text on a black background
contrast 6.65:1
Card sample
#8a8eb9 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a8eb9;
Background color
Panel with #8a8eb9 background
background-color: #8a8eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a8eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 142, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 142, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a8eb9; background: linear-gradient(135deg, #8a8eb9, #A58AB9);