#802dfd
a balanced, electric violet · warm · closest name: blue
RGB
128, 45, 253
HSL
264°, 98%, 58%
CMYK
49, 82, 0, 1
Luminance
0.1356
Every format
| HEX | #802dfd |
| RGB | rgb(128, 45, 253) |
| HSL | hsl(264, 98%, 58%) |
| CMYK | cmyk(49%, 82%, 0%, 1%) |
| LAB | lab(43.6 74.1 -87.8) |
| LCH | lch(43.6 114.9 310.2) |
| OKLCH | oklch(0.548 0.273 292.7) |
Copy-ready code
/* CSS */
color: #802dfd;
background-color: #802dfd;
/* Tailwind (arbitrary) */
class="text-[#802dfd] bg-[#802dfd]"
/* SCSS */
$brand: #802dfd;
/* SwiftUI */
Color(red: 0.502, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#802dfd")Accessibility — WCAG contrast
Aa
#802dfd on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#802dfd on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green17.6%
Blue99.2%
CMYK percentages
Cyan49.4%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#802dfd text on a black background
contrast 3.71:1
Card sample
#802dfd text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #802dfd;
Background color
Panel with #802dfd background
background-color: #802dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #802dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #802dfd; background: linear-gradient(135deg, #802dfd, #FD2DEF);