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