#9239df
a balanced, vivid violet · warm · closest name: slateblue
RGB
146, 57, 223
HSL
272°, 72%, 55%
CMYK
35, 74, 0, 13
Luminance
0.1436
Every format
| HEX | #9239df |
| RGB | rgb(146, 57, 223) |
| HSL | hsl(272, 72%, 55%) |
| CMYK | cmyk(35%, 74%, 0%, 13%) |
| LAB | lab(44.8 65.3 -68.8) |
| LCH | lch(44.8 94.9 313.5) |
| OKLCH | oklch(0.553 0.236 303.8) |
Copy-ready code
/* CSS */
color: #9239df;
background-color: #9239df;
/* Tailwind (arbitrary) */
class="text-[#9239df] bg-[#9239df]"
/* SCSS */
$brand: #9239df;
/* SwiftUI */
Color(red: 0.573, green: 0.224, blue: 0.875)
/* Android */
Color.parseColor("#9239df")Accessibility — WCAG contrast
Aa
#9239df on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9239df on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green22.4%
Blue87.5%
CMYK percentages
Cyan34.5%
Magenta74.4%
Yellow0.0%
Key (black)12.5%
Color previews
#9239df text on a black background
contrast 3.87:1
Card sample
#9239df text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9239df;
Background color
Panel with #9239df background
background-color: #9239df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9239df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 57, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 57, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9239df; background: linear-gradient(135deg, #9239df, #DF39BD);