#803eee
a balanced, electric violet · warm · closest name: slateblue
RGB
128, 62, 238
HSL
263°, 84%, 59%
CMYK
46, 74, 0, 7
Luminance
0.1421
Every format
| HEX | #803eee |
| RGB | rgb(128, 62, 238) |
| HSL | hsl(263, 84%, 59%) |
| CMYK | cmyk(46%, 74%, 0%, 7%) |
| LAB | lab(44.5 63.9 -77.8) |
| LCH | lch(44.5 100.7 309.4) |
| OKLCH | oklch(0.550 0.244 293.9) |
Copy-ready code
/* CSS */
color: #803eee;
background-color: #803eee;
/* Tailwind (arbitrary) */
class="text-[#803eee] bg-[#803eee]"
/* SCSS */
$brand: #803eee;
/* SwiftUI */
Color(red: 0.502, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#803eee")Accessibility — WCAG contrast
Aa
#803eee on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#803eee on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green24.3%
Blue93.3%
CMYK percentages
Cyan46.2%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#803eee text on a black background
contrast 3.84:1
Card sample
#803eee text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #803eee;
Background color
Panel with #803eee background
background-color: #803eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #803eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #803eee; background: linear-gradient(135deg, #803eee, #EE3EE7);