#9142df
a balanced, vivid violet · warm · closest name: slateblue
RGB
145, 66, 223
HSL
270°, 71%, 57%
CMYK
35, 70, 0, 13
Luminance
0.1524
Every format
| HEX | #9142df |
| RGB | rgb(145, 66, 223) |
| HSL | hsl(270, 71%, 57%) |
| CMYK | cmyk(35%, 70%, 0%, 13%) |
| LAB | lab(46.0 61.4 -66.8) |
| LCH | lch(46.0 90.7 312.5) |
| OKLCH | oklch(0.561 0.226 302.6) |
Copy-ready code
/* CSS */
color: #9142df;
background-color: #9142df;
/* Tailwind (arbitrary) */
class="text-[#9142df] bg-[#9142df]"
/* SCSS */
$brand: #9142df;
/* SwiftUI */
Color(red: 0.569, green: 0.259, blue: 0.875)
/* Android */
Color.parseColor("#9142df")Accessibility — WCAG contrast
Aa
#9142df on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9142df on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green25.9%
Blue87.5%
CMYK percentages
Cyan35.0%
Magenta70.4%
Yellow0.0%
Key (black)12.5%
Color previews
#9142df text on a black background
contrast 4.05:1
Card sample
#9142df text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9142df;
Background color
Panel with #9142df background
background-color: #9142df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9142df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 66, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 66, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9142df; background: linear-gradient(135deg, #9142df, #DF42C4);