#927ce9
a light, vivid blue · warm · closest name: slateblue
RGB
146, 124, 233
HSL
252°, 71%, 70%
CMYK
37, 47, 0, 9
Luminance
0.2641
Every format
| HEX | #927ce9 |
| RGB | rgb(146, 124, 233) |
| HSL | hsl(252, 71%, 70%) |
| CMYK | cmyk(37%, 47%, 0%, 9%) |
| LAB | lab(58.4 33.3 -52.5) |
| LCH | lch(58.4 62.1 302.4) |
| OKLCH | oklch(0.655 0.158 290.6) |
Copy-ready code
/* CSS */
color: #927ce9;
background-color: #927ce9;
/* Tailwind (arbitrary) */
class="text-[#927ce9] bg-[#927ce9]"
/* SCSS */
$brand: #927ce9;
/* SwiftUI */
Color(red: 0.573, green: 0.486, blue: 0.914)
/* Android */
Color.parseColor("#927ce9")Accessibility — WCAG contrast
Aa
#927ce9 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#927ce9 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green48.6%
Blue91.4%
CMYK percentages
Cyan37.3%
Magenta46.8%
Yellow0.0%
Key (black)8.6%
Color previews
#927ce9 text on a black background
contrast 6.28:1
Card sample
#927ce9 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #927ce9;
Background color
Panel with #927ce9 background
background-color: #927ce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #927ce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 124, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 124, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #927ce9; background: linear-gradient(135deg, #927ce9, #DB7CE9);