#927ade
a light, vivid blue · warm · closest name: slateblue
RGB
146, 122, 222
HSL
254°, 60%, 68%
CMYK
34, 45, 0, 13
Luminance
0.2530
Every format
| HEX | #927ade |
| RGB | rgb(146, 122, 222) |
| HSL | hsl(254, 60%, 68%) |
| CMYK | cmyk(34%, 45%, 0%, 13%) |
| LAB | lab(57.4 31.6 -48.0) |
| LCH | lch(57.4 57.4 303.3) |
| OKLCH | oklch(0.645 0.147 292.9) |
Copy-ready code
/* CSS */
color: #927ade;
background-color: #927ade;
/* Tailwind (arbitrary) */
class="text-[#927ade] bg-[#927ade]"
/* SCSS */
$brand: #927ade;
/* SwiftUI */
Color(red: 0.573, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#927ade")Accessibility — WCAG contrast
Aa
#927ade on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#927ade on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green47.8%
Blue87.1%
CMYK percentages
Cyan34.2%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#927ade text on a black background
contrast 6.06:1
Card sample
#927ade text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #927ade;
Background color
Panel with #927ade background
background-color: #927ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #927ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #927ade; background: linear-gradient(135deg, #927ade, #D57ADE);