#928afd
a light, electric blue · warm · closest name: royalblue
RGB
146, 138, 253
HSL
244°, 97%, 77%
CMYK
42, 46, 0, 1
Luminance
0.3138
Every format
| HEX | #928afd |
| RGB | rgb(146, 138, 253) |
| HSL | hsl(244, 97%, 77%) |
| CMYK | cmyk(42%, 46%, 0%, 1%) |
| LAB | lab(62.8 30.7 -56.5) |
| LCH | lch(62.8 64.3 298.5) |
| OKLCH | oklch(0.692 0.165 284.4) |
Copy-ready code
/* CSS */
color: #928afd;
background-color: #928afd;
/* Tailwind (arbitrary) */
class="text-[#928afd] bg-[#928afd]"
/* SCSS */
$brand: #928afd;
/* SwiftUI */
Color(red: 0.573, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#928afd")Accessibility — WCAG contrast
Aa
#928afd on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#928afd on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green54.1%
Blue99.2%
CMYK percentages
Cyan42.3%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#928afd text on a black background
contrast 7.28:1
Card sample
#928afd text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #928afd;
Background color
Panel with #928afd background
background-color: #928afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #928afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #928afd; background: linear-gradient(135deg, #928afd, #DF8AFD);