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