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