#803dfd
a balanced, electric violet · warm · closest name: blue
RGB
128, 61, 253
HSL
261°, 98%, 62%
CMYK
49, 76, 0, 1
Luminance
0.1502
Every format
| HEX | #803dfd |
| RGB | rgb(128, 61, 253) |
| HSL | hsl(261, 98%, 62%) |
| CMYK | cmyk(49%, 76%, 0%, 1%) |
| LAB | lab(45.7 68.1 -84.3) |
| LCH | lch(45.7 108.4 308.9) |
| OKLCH | oklch(0.562 0.260 291.5) |
Copy-ready code
/* CSS */
color: #803dfd;
background-color: #803dfd;
/* Tailwind (arbitrary) */
class="text-[#803dfd] bg-[#803dfd]"
/* SCSS */
$brand: #803dfd;
/* SwiftUI */
Color(red: 0.502, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#803dfd")Accessibility — WCAG contrast
Aa
#803dfd on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#803dfd on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green23.9%
Blue99.2%
CMYK percentages
Cyan49.4%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#803dfd text on a black background
contrast 4.00:1
Card sample
#803dfd text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #803dfd;
Background color
Panel with #803dfd background
background-color: #803dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #803dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #803dfd; background: linear-gradient(135deg, #803dfd, #FD3DFA);