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