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