#802bfd
a balanced, electric violet · warm · closest name: blue
RGB
128, 43, 253
HSL
264°, 98%, 58%
CMYK
49, 83, 0, 1
Luminance
0.1341
Every format
| HEX | #802bfd |
| RGB | rgb(128, 43, 253) |
| HSL | hsl(264, 98%, 58%) |
| CMYK | cmyk(49%, 83%, 0%, 1%) |
| LAB | lab(43.4 74.8 -88.1) |
| LCH | lch(43.4 115.5 310.3) |
| OKLCH | oklch(0.546 0.275 292.9) |
Copy-ready code
/* CSS */
color: #802bfd;
background-color: #802bfd;
/* Tailwind (arbitrary) */
class="text-[#802bfd] bg-[#802bfd]"
/* SCSS */
$brand: #802bfd;
/* SwiftUI */
Color(red: 0.502, green: 0.169, blue: 0.992)
/* Android */
Color.parseColor("#802bfd")Accessibility — WCAG contrast
Aa
#802bfd on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#802bfd on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green16.9%
Blue99.2%
CMYK percentages
Cyan49.4%
Magenta83.0%
Yellow0.0%
Key (black)0.8%
Color previews
#802bfd text on a black background
contrast 3.68:1
Card sample
#802bfd text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #802bfd;
Background color
Panel with #802bfd background
background-color: #802bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #802bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 43, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 43, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #802bfd; background: linear-gradient(135deg, #802bfd, #FD2BEE);