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