#802fba
a balanced, vivid violet · warm · closest name: indigo
RGB
128, 47, 186
HSL
275°, 60%, 46%
CMYK
31, 75, 0, 27
Luminance
0.1017
Every format
| HEX | #802fba |
| RGB | rgb(128, 47, 186) |
| HSL | hsl(275, 60%, 46%) |
| CMYK | cmyk(31%, 75%, 0%, 27%) |
| LAB | lab(38.1 57.9 -58.3) |
| LCH | lch(38.1 82.1 314.8) |
| OKLCH | oklch(0.493 0.206 306.7) |
Copy-ready code
/* CSS */
color: #802fba;
background-color: #802fba;
/* Tailwind (arbitrary) */
class="text-[#802fba] bg-[#802fba]"
/* SCSS */
$brand: #802fba;
/* SwiftUI */
Color(red: 0.502, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#802fba")Accessibility — WCAG contrast
Aa
#802fba on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#802fba on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green18.4%
Blue72.9%
CMYK percentages
Cyan31.2%
Magenta74.7%
Yellow0.0%
Key (black)27.1%
Color previews
#802fba text on a black background
contrast 3.03:1
Card sample
#802fba text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #802fba;
Background color
Panel with #802fba background
background-color: #802fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #802fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #802fba; background: linear-gradient(135deg, #802fba, #BA2F97);