#802fef
a balanced, electric violet · warm · closest name: blue
RGB
128, 47, 239
HSL
265°, 86%, 56%
CMYK
46, 80, 0, 6
Luminance
0.1285
Every format
| HEX | #802fef |
| RGB | rgb(128, 47, 239) |
| HSL | hsl(265, 86%, 56%) |
| CMYK | cmyk(46%, 80%, 0%, 6%) |
| LAB | lab(42.5 70.1 -81.6) |
| LCH | lch(42.5 107.6 310.7) |
| OKLCH | oklch(0.537 0.258 295.0) |
Copy-ready code
/* CSS */
color: #802fef;
background-color: #802fef;
/* Tailwind (arbitrary) */
class="text-[#802fef] bg-[#802fef]"
/* SCSS */
$brand: #802fef;
/* SwiftUI */
Color(red: 0.502, green: 0.184, blue: 0.937)
/* Android */
Color.parseColor("#802fef")Accessibility — WCAG contrast
Aa
#802fef on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#802fef on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green18.4%
Blue93.7%
CMYK percentages
Cyan46.4%
Magenta80.3%
Yellow0.0%
Key (black)6.3%
Color previews
#802fef text on a black background
contrast 3.57:1
Card sample
#802fef text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #802fef;
Background color
Panel with #802fef background
background-color: #802fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #802fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 47, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 47, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #802fef; background: linear-gradient(135deg, #802fef, #EF2FDE);