#9d52fd
a light, electric violet · warm · closest name: slateblue
RGB
157, 82, 253
HSL
266°, 98%, 66%
CMYK
38, 68, 0, 1
Luminance
0.2029
Every format
| HEX | #9d52fd |
| RGB | rgb(157, 82, 253) |
| HSL | hsl(266, 98%, 66%) |
| CMYK | cmyk(38%, 68%, 0%, 1%) |
| LAB | lab(52.2 63.4 -73.6) |
| LCH | lch(52.2 97.1 310.7) |
| OKLCH | oklch(0.616 0.241 299.3) |
Copy-ready code
/* CSS */
color: #9d52fd;
background-color: #9d52fd;
/* Tailwind (arbitrary) */
class="text-[#9d52fd] bg-[#9d52fd]"
/* SCSS */
$brand: #9d52fd;
/* SwiftUI */
Color(red: 0.616, green: 0.322, blue: 0.992)
/* Android */
Color.parseColor("#9d52fd")Accessibility — WCAG contrast
Aa
#9d52fd on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9d52fd on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green32.2%
Blue99.2%
CMYK percentages
Cyan37.9%
Magenta67.6%
Yellow0.0%
Key (black)0.8%
Color previews
#9d52fd text on a black background
contrast 5.06:1
Card sample
#9d52fd text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9d52fd;
Background color
Panel with #9d52fd background
background-color: #9d52fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9d52fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 82, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 82, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9d52fd; background: linear-gradient(135deg, #9d52fd, #FD52EB);