#802df0
a balanced, electric violet · warm · closest name: blue
RGB
128, 45, 240
HSL
266°, 87%, 56%
CMYK
47, 81, 0, 6
Luminance
0.1276
Every format
| HEX | #802df0 |
| RGB | rgb(128, 45, 240) |
| HSL | hsl(266, 87%, 56%) |
| CMYK | cmyk(47%, 81%, 0%, 6%) |
| LAB | lab(42.4 71.0 -82.4) |
| LCH | lch(42.4 108.8 310.8) |
| OKLCH | oklch(0.536 0.261 295.0) |
Copy-ready code
/* CSS */
color: #802df0;
background-color: #802df0;
/* Tailwind (arbitrary) */
class="text-[#802df0] bg-[#802df0]"
/* SCSS */
$brand: #802df0;
/* SwiftUI */
Color(red: 0.502, green: 0.176, blue: 0.941)
/* Android */
Color.parseColor("#802df0")Accessibility — WCAG contrast
Aa
#802df0 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#802df0 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green17.6%
Blue94.1%
CMYK percentages
Cyan46.7%
Magenta81.3%
Yellow0.0%
Key (black)5.9%
Color previews
#802df0 text on a black background
contrast 3.55:1
Card sample
#802df0 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #802df0;
Background color
Panel with #802df0 background
background-color: #802df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #802df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 45, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 45, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #802df0; background: linear-gradient(135deg, #802df0, #F02DDE);