#928bf9
a light, electric blue · warm · closest name: royalblue
RGB
146, 139, 249
HSL
244°, 90%, 76%
CMYK
41, 44, 0, 2
Luminance
0.3142
Every format
| HEX | #928bf9 |
| RGB | rgb(146, 139, 249) |
| HSL | hsl(244, 90%, 76%) |
| CMYK | cmyk(41%, 44%, 0%, 2%) |
| LAB | lab(62.9 29.0 -54.3) |
| LCH | lch(62.9 61.5 298.2) |
| OKLCH | oklch(0.691 0.158 284.3) |
Copy-ready code
/* CSS */
color: #928bf9;
background-color: #928bf9;
/* Tailwind (arbitrary) */
class="text-[#928bf9] bg-[#928bf9]"
/* SCSS */
$brand: #928bf9;
/* SwiftUI */
Color(red: 0.573, green: 0.545, blue: 0.976)
/* Android */
Color.parseColor("#928bf9")Accessibility — WCAG contrast
Aa
#928bf9 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#928bf9 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green54.5%
Blue97.6%
CMYK percentages
Cyan41.4%
Magenta44.2%
Yellow0.0%
Key (black)2.4%
Color previews
#928bf9 text on a black background
contrast 7.28:1
Card sample
#928bf9 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #928bf9;
Background color
Panel with #928bf9 background
background-color: #928bf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #928bf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 139, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 139, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #928bf9; background: linear-gradient(135deg, #928bf9, #DB8BF9);