#928bf2
a light, electric blue · warm · closest name: royalblue
RGB
146, 139, 242
HSL
244°, 80%, 75%
CMYK
40, 43, 0, 5
Luminance
0.3099
Every format
| HEX | #928bf2 |
| RGB | rgb(146, 139, 242) |
| HSL | hsl(244, 80%, 75%) |
| CMYK | cmyk(40%, 43%, 0%, 5%) |
| LAB | lab(62.5 27.1 -51.0) |
| LCH | lch(62.5 57.7 298.0) |
| OKLCH | oklch(0.687 0.149 284.9) |
Copy-ready code
/* CSS */
color: #928bf2;
background-color: #928bf2;
/* Tailwind (arbitrary) */
class="text-[#928bf2] bg-[#928bf2]"
/* SCSS */
$brand: #928bf2;
/* SwiftUI */
Color(red: 0.573, green: 0.545, blue: 0.949)
/* Android */
Color.parseColor("#928bf2")Accessibility — WCAG contrast
Aa
#928bf2 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#928bf2 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green54.5%
Blue94.9%
CMYK percentages
Cyan39.7%
Magenta42.6%
Yellow0.0%
Key (black)5.1%
Color previews
#928bf2 text on a black background
contrast 7.20:1
Card sample
#928bf2 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #928bf2;
Background color
Panel with #928bf2 background
background-color: #928bf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #928bf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 139, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 139, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #928bf2; background: linear-gradient(135deg, #928bf2, #D78BF2);