#928bf4
a light, electric blue · warm · closest name: royalblue
RGB
146, 139, 244
HSL
244°, 83%, 75%
CMYK
40, 43, 0, 4
Luminance
0.3111
Every format
| HEX | #928bf4 |
| RGB | rgb(146, 139, 244) |
| HSL | hsl(244, 83%, 75%) |
| CMYK | cmyk(40%, 43%, 0%, 4%) |
| LAB | lab(62.6 27.6 -51.9) |
| LCH | lch(62.6 58.8 298.0) |
| OKLCH | oklch(0.688 0.151 284.7) |
Copy-ready code
/* CSS */
color: #928bf4;
background-color: #928bf4;
/* Tailwind (arbitrary) */
class="text-[#928bf4] bg-[#928bf4]"
/* SCSS */
$brand: #928bf4;
/* SwiftUI */
Color(red: 0.573, green: 0.545, blue: 0.957)
/* Android */
Color.parseColor("#928bf4")Accessibility — WCAG contrast
Aa
#928bf4 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#928bf4 on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green54.5%
Blue95.7%
CMYK percentages
Cyan40.2%
Magenta43.0%
Yellow0.0%
Key (black)4.3%
Color previews
#928bf4 text on a black background
contrast 7.22:1
Card sample
#928bf4 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #928bf4;
Background color
Panel with #928bf4 background
background-color: #928bf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #928bf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 139, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 139, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #928bf4; background: linear-gradient(135deg, #928bf4, #D88BF4);