#803fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
128, 63, 223
HSL
264°, 71%, 56%
CMYK
43, 72, 0, 13
Luminance
0.1347
Every format
| HEX | #803fdf |
| RGB | rgb(128, 63, 223) |
| HSL | hsl(264, 71%, 56%) |
| CMYK | cmyk(43%, 72%, 0%, 13%) |
| LAB | lab(43.5 59.7 -71.0) |
| LCH | lch(43.5 92.8 310.0) |
| OKLCH | oklch(0.539 0.227 296.5) |
Copy-ready code
/* CSS */
color: #803fdf;
background-color: #803fdf;
/* Tailwind (arbitrary) */
class="text-[#803fdf] bg-[#803fdf]"
/* SCSS */
$brand: #803fdf;
/* SwiftUI */
Color(red: 0.502, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#803fdf")Accessibility — WCAG contrast
Aa
#803fdf on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#803fdf on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green24.7%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#803fdf text on a black background
contrast 3.69:1
Card sample
#803fdf text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #803fdf;
Background color
Panel with #803fdf background
background-color: #803fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #803fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #803fdf; background: linear-gradient(135deg, #803fdf, #DF3FD3);