#803df3
a balanced, electric violet · warm · closest name: blue
RGB
128, 61, 243
HSL
262°, 88%, 60%
CMYK
47, 75, 0, 5
Luminance
0.1440
Every format
| HEX | #803df3 |
| RGB | rgb(128, 61, 243) |
| HSL | hsl(262, 88%, 60%) |
| CMYK | cmyk(47%, 75%, 0%, 5%) |
| LAB | lab(44.8 65.6 -80.2) |
| LCH | lch(44.8 103.6 309.3) |
| OKLCH | oklch(0.554 0.250 293.1) |
Copy-ready code
/* CSS */
color: #803df3;
background-color: #803df3;
/* Tailwind (arbitrary) */
class="text-[#803df3] bg-[#803df3]"
/* SCSS */
$brand: #803df3;
/* SwiftUI */
Color(red: 0.502, green: 0.239, blue: 0.953)
/* Android */
Color.parseColor("#803df3")Accessibility — WCAG contrast
Aa
#803df3 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#803df3 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green23.9%
Blue95.3%
CMYK percentages
Cyan47.3%
Magenta74.9%
Yellow0.0%
Key (black)4.7%
Color previews
#803df3 text on a black background
contrast 3.88:1
Card sample
#803df3 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #803df3;
Background color
Panel with #803df3 background
background-color: #803df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #803df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 61, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 61, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #803df3; background: linear-gradient(135deg, #803df3, #F33DED);