#8d62f1
a light, electric violet · warm · closest name: slateblue
RGB
141, 98, 241
HSL
258°, 84%, 67%
CMYK
42, 59, 0, 6
Luminance
0.2075
Every format
| HEX | #8d62f1 |
| RGB | rgb(141, 98, 241) |
| HSL | hsl(258, 84%, 67%) |
| CMYK | cmyk(42%, 59%, 0%, 6%) |
| LAB | lab(52.7 49.0 -66.2) |
| LCH | lch(52.7 82.3 306.5) |
| OKLCH | oklch(0.613 0.205 293.2) |
Copy-ready code
/* CSS */
color: #8d62f1;
background-color: #8d62f1;
/* Tailwind (arbitrary) */
class="text-[#8d62f1] bg-[#8d62f1]"
/* SCSS */
$brand: #8d62f1;
/* SwiftUI */
Color(red: 0.553, green: 0.384, blue: 0.945)
/* Android */
Color.parseColor("#8d62f1")Accessibility — WCAG contrast
Aa
#8d62f1 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8d62f1 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green38.4%
Blue94.5%
CMYK percentages
Cyan41.5%
Magenta59.3%
Yellow0.0%
Key (black)5.5%
Color previews
#8d62f1 text on a black background
contrast 5.15:1
Card sample
#8d62f1 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8d62f1;
Background color
Panel with #8d62f1 background
background-color: #8d62f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8d62f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 98, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 98, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d62f1; background: linear-gradient(135deg, #8d62f1, #EC62F1);