#804dfb
a balanced, electric violet · warm · closest name: slateblue
RGB
128, 77, 251
HSL
258°, 96%, 64%
CMYK
49, 69, 0, 2
Luminance
0.1686
Every format
| HEX | #804dfb |
| RGB | rgb(128, 77, 251) |
| HSL | hsl(258, 96%, 64%) |
| CMYK | cmyk(49%, 69%, 0%, 2%) |
| LAB | lab(48.1 60.2 -79.3) |
| LCH | lch(48.1 99.5 307.2) |
| OKLCH | oklch(0.579 0.242 290.2) |
Copy-ready code
/* CSS */
color: #804dfb;
background-color: #804dfb;
/* Tailwind (arbitrary) */
class="text-[#804dfb] bg-[#804dfb]"
/* SCSS */
$brand: #804dfb;
/* SwiftUI */
Color(red: 0.502, green: 0.302, blue: 0.984)
/* Android */
Color.parseColor("#804dfb")Accessibility — WCAG contrast
Aa
#804dfb on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#804dfb on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green30.2%
Blue98.4%
CMYK percentages
Cyan49.0%
Magenta69.3%
Yellow0.0%
Key (black)1.6%
Color previews
#804dfb text on a black background
contrast 4.37:1
Card sample
#804dfb text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #804dfb;
Background color
Panel with #804dfb background
background-color: #804dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #804dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 77, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 77, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #804dfb; background: linear-gradient(135deg, #804dfb, #F44DFB);