#802fdf
a balanced, vivid violet · warm · closest name: indigo
RGB
128, 47, 223
HSL
268°, 73%, 53%
CMYK
43, 79, 0, 13
Luminance
0.1195
Every format
| HEX | #802fdf |
| RGB | rgb(128, 47, 223) |
| HSL | hsl(268, 73%, 53%) |
| CMYK | cmyk(43%, 79%, 0%, 13%) |
| LAB | lab(41.1 66.4 -74.8) |
| LCH | lch(41.1 100.0 311.6) |
| OKLCH | oklch(0.523 0.243 298.1) |
Copy-ready code
/* CSS */
color: #802fdf;
background-color: #802fdf;
/* Tailwind (arbitrary) */
class="text-[#802fdf] bg-[#802fdf]"
/* SCSS */
$brand: #802fdf;
/* SwiftUI */
Color(red: 0.502, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#802fdf")Accessibility — WCAG contrast
Aa
#802fdf on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#802fdf on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green18.4%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#802fdf text on a black background
contrast 3.39:1
Card sample
#802fdf text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #802fdf;
Background color
Panel with #802fdf background
background-color: #802fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #802fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #802fdf; background: linear-gradient(135deg, #802fdf, #DF2FC9);