#803fda
a balanced, vivid violet · warm · closest name: slateblue
RGB
128, 63, 218
HSL
265°, 68%, 55%
CMYK
41, 71, 0, 15
Luminance
0.1321
Every format
| HEX | #803fda |
| RGB | rgb(128, 63, 218) |
| HSL | hsl(265, 68%, 55%) |
| CMYK | cmyk(41%, 71%, 0%, 15%) |
| LAB | lab(43.1 58.5 -68.8) |
| LCH | lch(43.1 90.3 310.4) |
| OKLCH | oklch(0.535 0.222 297.5) |
Copy-ready code
/* CSS */
color: #803fda;
background-color: #803fda;
/* Tailwind (arbitrary) */
class="text-[#803fda] bg-[#803fda]"
/* SCSS */
$brand: #803fda;
/* SwiftUI */
Color(red: 0.502, green: 0.247, blue: 0.855)
/* Android */
Color.parseColor("#803fda")Accessibility — WCAG contrast
Aa
#803fda on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#803fda on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green24.7%
Blue85.5%
CMYK percentages
Cyan41.3%
Magenta71.1%
Yellow0.0%
Key (black)14.5%
Color previews
#803fda text on a black background
contrast 3.64:1
Card sample
#803fda text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #803fda;
Background color
Panel with #803fda background
background-color: #803fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #803fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 63, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 63, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #803fda; background: linear-gradient(135deg, #803fda, #DA3FCD);