#8142cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
129, 66, 207
HSL
267°, 60%, 54%
CMYK
38, 68, 0, 19
Luminance
0.1307
Every format
| HEX | #8142cf |
| RGB | rgb(129, 66, 207) |
| HSL | hsl(267, 60%, 54%) |
| CMYK | cmyk(38%, 68%, 0%, 19%) |
| LAB | lab(42.9 54.5 -62.8) |
| LCH | lch(42.9 83.1 310.9) |
| OKLCH | oklch(0.531 0.206 299.8) |
Copy-ready code
/* CSS */
color: #8142cf;
background-color: #8142cf;
/* Tailwind (arbitrary) */
class="text-[#8142cf] bg-[#8142cf]"
/* SCSS */
$brand: #8142cf;
/* SwiftUI */
Color(red: 0.506, green: 0.259, blue: 0.812)
/* Android */
Color.parseColor("#8142cf")Accessibility — WCAG contrast
Aa
#8142cf on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8142cf on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green25.9%
Blue81.2%
CMYK percentages
Cyan37.7%
Magenta68.1%
Yellow0.0%
Key (black)18.8%
Color previews
#8142cf text on a black background
contrast 3.61:1
Card sample
#8142cf text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8142cf;
Background color
Panel with #8142cf background
background-color: #8142cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8142cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 66, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 66, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8142cf; background: linear-gradient(135deg, #8142cf, #CF42BF);