#928df4
a light, electric blue · warm · closest name: royalblue
RGB
146, 141, 244
HSL
243°, 82%, 76%
CMYK
40, 42, 0, 4
Luminance
0.3169
Every format
| HEX | #928df4 |
| RGB | rgb(146, 141, 244) |
| HSL | hsl(243, 82%, 76%) |
| CMYK | cmyk(40%, 42%, 0%, 4%) |
| LAB | lab(63.1 26.5 -51.1) |
| LCH | lch(63.1 57.6 297.4) |
| OKLCH | oklch(0.692 0.149 284.0) |
Copy-ready code
/* CSS */
color: #928df4;
background-color: #928df4;
/* Tailwind (arbitrary) */
class="text-[#928df4] bg-[#928df4]"
/* SCSS */
$brand: #928df4;
/* SwiftUI */
Color(red: 0.573, green: 0.553, blue: 0.957)
/* Android */
Color.parseColor("#928df4")Accessibility — WCAG contrast
Aa
#928df4 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#928df4 on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green55.3%
Blue95.7%
CMYK percentages
Cyan40.2%
Magenta42.2%
Yellow0.0%
Key (black)4.3%
Color previews
#928df4 text on a black background
contrast 7.34:1
Card sample
#928df4 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #928df4;
Background color
Panel with #928df4 background
background-color: #928df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #928df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 141, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 141, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #928df4; background: linear-gradient(135deg, #928df4, #D78DF4);