#9e8ade
a light, vivid blue · warm · closest name: plum
RGB
158, 138, 222
HSL
254°, 56%, 71%
CMYK
29, 38, 0, 13
Luminance
0.3072
Every format
| HEX | #9e8ade |
| RGB | rgb(158, 138, 222) |
| HSL | hsl(254, 56%, 71%) |
| CMYK | cmyk(29%, 38%, 0%, 13%) |
| LAB | lab(62.3 25.6 -40.2) |
| LCH | lch(62.3 47.7 302.5) |
| OKLCH | oklch(0.685 0.123 293.9) |
Copy-ready code
/* CSS */
color: #9e8ade;
background-color: #9e8ade;
/* Tailwind (arbitrary) */
class="text-[#9e8ade] bg-[#9e8ade]"
/* SCSS */
$brand: #9e8ade;
/* SwiftUI */
Color(red: 0.620, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#9e8ade")Accessibility — WCAG contrast
Aa
#9e8ade on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9e8ade on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green54.1%
Blue87.1%
CMYK percentages
Cyan28.8%
Magenta37.8%
Yellow0.0%
Key (black)12.9%
Color previews
#9e8ade text on a black background
contrast 7.14:1
Card sample
#9e8ade text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e8ade;
Background color
Panel with #9e8ade background
background-color: #9e8ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e8ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e8ade; background: linear-gradient(135deg, #9e8ade, #D68ADE);