#8029df
a balanced, vivid violet · warm · closest name: indigo
RGB
128, 41, 223
HSL
269°, 74%, 52%
CMYK
43, 82, 0, 13
Luminance
0.1150
Every format
| HEX | #8029df |
| RGB | rgb(128, 41, 223) |
| HSL | hsl(269, 74%, 52%) |
| CMYK | cmyk(43%, 82%, 0%, 13%) |
| LAB | lab(40.4 68.5 -76.0) |
| LCH | lch(40.4 102.3 312.0) |
| OKLCH | oklch(0.518 0.248 298.5) |
Copy-ready code
/* CSS */
color: #8029df;
background-color: #8029df;
/* Tailwind (arbitrary) */
class="text-[#8029df] bg-[#8029df]"
/* SCSS */
$brand: #8029df;
/* SwiftUI */
Color(red: 0.502, green: 0.161, blue: 0.875)
/* Android */
Color.parseColor("#8029df")Accessibility — WCAG contrast
Aa
#8029df on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8029df on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green16.1%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta81.6%
Yellow0.0%
Key (black)12.5%
Color previews
#8029df text on a black background
contrast 3.30:1
Card sample
#8029df text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8029df;
Background color
Panel with #8029df background
background-color: #8029df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8029df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 41, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 41, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8029df; background: linear-gradient(135deg, #8029df, #DF29C5);