#925afd
a light, electric violet · warm · closest name: slateblue
RGB
146, 90, 253
HSL
261°, 98%, 67%
CMYK
42, 64, 0, 1
Luminance
0.2052
Every format
| HEX | #925afd |
| RGB | rgb(146, 90, 253) |
| HSL | hsl(261, 98%, 67%) |
| CMYK | cmyk(42%, 64%, 0%, 1%) |
| LAB | lab(52.4 57.4 -73.2) |
| LCH | lch(52.4 93.0 308.1) |
| OKLCH | oklch(0.615 0.230 294.4) |
Copy-ready code
/* CSS */
color: #925afd;
background-color: #925afd;
/* Tailwind (arbitrary) */
class="text-[#925afd] bg-[#925afd]"
/* SCSS */
$brand: #925afd;
/* SwiftUI */
Color(red: 0.573, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#925afd")Accessibility — WCAG contrast
Aa
#925afd on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#925afd on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green35.3%
Blue99.2%
CMYK percentages
Cyan42.3%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#925afd text on a black background
contrast 5.10:1
Card sample
#925afd text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #925afd;
Background color
Panel with #925afd background
background-color: #925afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #925afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #925afd; background: linear-gradient(135deg, #925afd, #FD5AFB);