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