#928bf0
a light, electric blue · warm · closest name: slateblue
RGB
146, 139, 240
HSL
244°, 77%, 74%
CMYK
39, 42, 0, 6
Luminance
0.3087
Every format
| HEX | #928bf0 |
| RGB | rgb(146, 139, 240) |
| HSL | hsl(244, 77%, 74%) |
| CMYK | cmyk(39%, 42%, 0%, 6%) |
| LAB | lab(62.4 26.6 -50.0) |
| LCH | lch(62.4 56.6 298.0) |
| OKLCH | oklch(0.686 0.146 285.0) |
Copy-ready code
/* CSS */
color: #928bf0;
background-color: #928bf0;
/* Tailwind (arbitrary) */
class="text-[#928bf0] bg-[#928bf0]"
/* SCSS */
$brand: #928bf0;
/* SwiftUI */
Color(red: 0.573, green: 0.545, blue: 0.941)
/* Android */
Color.parseColor("#928bf0")Accessibility — WCAG contrast
Aa
#928bf0 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#928bf0 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green54.5%
Blue94.1%
CMYK percentages
Cyan39.2%
Magenta42.1%
Yellow0.0%
Key (black)5.9%
Color previews
#928bf0 text on a black background
contrast 7.17:1
Card sample
#928bf0 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #928bf0;
Background color
Panel with #928bf0 background
background-color: #928bf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #928bf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 139, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 139, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #928bf0; background: linear-gradient(135deg, #928bf0, #D58BF0);