#8043cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
128, 67, 207
HSL
266°, 59%, 54%
CMYK
38, 68, 0, 19
Luminance
0.1311
Every format
| HEX | #8043cf |
| RGB | rgb(128, 67, 207) |
| HSL | hsl(266, 59%, 54%) |
| CMYK | cmyk(38%, 68%, 0%, 19%) |
| LAB | lab(42.9 53.8 -62.7) |
| LCH | lch(42.9 82.6 310.6) |
| OKLCH | oklch(0.532 0.205 299.3) |
Copy-ready code
/* CSS */
color: #8043cf;
background-color: #8043cf;
/* Tailwind (arbitrary) */
class="text-[#8043cf] bg-[#8043cf]"
/* SCSS */
$brand: #8043cf;
/* SwiftUI */
Color(red: 0.502, green: 0.263, blue: 0.812)
/* Android */
Color.parseColor("#8043cf")Accessibility — WCAG contrast
Aa
#8043cf on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8043cf on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green26.3%
Blue81.2%
CMYK percentages
Cyan38.2%
Magenta67.6%
Yellow0.0%
Key (black)18.8%
Color previews
#8043cf text on a black background
contrast 3.62:1
Card sample
#8043cf text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8043cf;
Background color
Panel with #8043cf background
background-color: #8043cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8043cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 67, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 67, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8043cf; background: linear-gradient(135deg, #8043cf, #CF43C1);