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