#8034df
a balanced, vivid violet · warm · closest name: indigo
RGB
128, 52, 223
HSL
267°, 73%, 54%
CMYK
43, 77, 0, 13
Luminance
0.1237
Every format
| HEX | #8034df |
| RGB | rgb(128, 52, 223) |
| HSL | hsl(267, 73%, 54%) |
| CMYK | cmyk(43%, 77%, 0%, 13%) |
| LAB | lab(41.8 64.4 -73.7) |
| LCH | lch(41.8 97.9 311.1) |
| OKLCH | oklch(0.528 0.238 297.6) |
Copy-ready code
/* CSS */
color: #8034df;
background-color: #8034df;
/* Tailwind (arbitrary) */
class="text-[#8034df] bg-[#8034df]"
/* SCSS */
$brand: #8034df;
/* SwiftUI */
Color(red: 0.502, green: 0.204, blue: 0.875)
/* Android */
Color.parseColor("#8034df")Accessibility — WCAG contrast
Aa
#8034df on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8034df on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green20.4%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta76.7%
Yellow0.0%
Key (black)12.5%
Color previews
#8034df text on a black background
contrast 3.47:1
Card sample
#8034df text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8034df;
Background color
Panel with #8034df background
background-color: #8034df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8034df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 52, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 52, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8034df; background: linear-gradient(135deg, #8034df, #DF34CC);