#802cf4
a balanced, electric violet · warm · closest name: blue
RGB
128, 44, 244
HSL
265°, 90%, 57%
CMYK
48, 82, 0, 4
Luminance
0.1292
Every format
| HEX | #802cf4 |
| RGB | rgb(128, 44, 244) |
| HSL | hsl(265, 90%, 57%) |
| CMYK | cmyk(48%, 82%, 0%, 4%) |
| LAB | lab(42.6 72.3 -84.3) |
| LCH | lch(42.6 111.0 310.6) |
| OKLCH | oklch(0.539 0.265 294.3) |
Copy-ready code
/* CSS */
color: #802cf4;
background-color: #802cf4;
/* Tailwind (arbitrary) */
class="text-[#802cf4] bg-[#802cf4]"
/* SCSS */
$brand: #802cf4;
/* SwiftUI */
Color(red: 0.502, green: 0.173, blue: 0.957)
/* Android */
Color.parseColor("#802cf4")Accessibility — WCAG contrast
Aa
#802cf4 on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#802cf4 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green17.3%
Blue95.7%
CMYK percentages
Cyan47.5%
Magenta82.0%
Yellow0.0%
Key (black)4.3%
Color previews
#802cf4 text on a black background
contrast 3.58:1
Card sample
#802cf4 text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #802cf4;
Background color
Panel with #802cf4 background
background-color: #802cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #802cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 44, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 44, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #802cf4; background: linear-gradient(135deg, #802cf4, #F42CE3);