#803cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
128, 60, 223
HSL
265°, 72%, 56%
CMYK
43, 73, 0, 13
Luminance
0.1315
Every format
| HEX | #803cdf |
| RGB | rgb(128, 60, 223) |
| HSL | hsl(265, 72%, 56%) |
| CMYK | cmyk(43%, 73%, 0%, 13%) |
| LAB | lab(43.0 61.0 -71.8) |
| LCH | lch(43.0 94.3 310.4) |
| OKLCH | oklch(0.536 0.230 296.8) |
Copy-ready code
/* CSS */
color: #803cdf;
background-color: #803cdf;
/* Tailwind (arbitrary) */
class="text-[#803cdf] bg-[#803cdf]"
/* SCSS */
$brand: #803cdf;
/* SwiftUI */
Color(red: 0.502, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#803cdf")Accessibility — WCAG contrast
Aa
#803cdf on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#803cdf on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green23.5%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#803cdf text on a black background
contrast 3.63:1
Card sample
#803cdf text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #803cdf;
Background color
Panel with #803cdf background
background-color: #803cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #803cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #803cdf; background: linear-gradient(135deg, #803cdf, #DF3CD1);