#9048df
a balanced, vivid violet · warm · closest name: slateblue
RGB
144, 72, 223
HSL
269°, 70%, 58%
CMYK
35, 68, 0, 13
Luminance
0.1589
Every format
| HEX | #9048df |
| RGB | rgb(144, 72, 223) |
| HSL | hsl(269, 70%, 58%) |
| CMYK | cmyk(35%, 68%, 0%, 13%) |
| LAB | lab(46.8 58.4 -65.5) |
| LCH | lch(46.8 87.7 311.7) |
| OKLCH | oklch(0.567 0.219 301.6) |
Copy-ready code
/* CSS */
color: #9048df;
background-color: #9048df;
/* Tailwind (arbitrary) */
class="text-[#9048df] bg-[#9048df]"
/* SCSS */
$brand: #9048df;
/* SwiftUI */
Color(red: 0.565, green: 0.282, blue: 0.875)
/* Android */
Color.parseColor("#9048df")Accessibility — WCAG contrast
Aa
#9048df on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9048df on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green28.2%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta67.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9048df text on a black background
contrast 4.18:1
Card sample
#9048df text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9048df;
Background color
Panel with #9048df background
background-color: #9048df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9048df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 72, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 72, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9048df; background: linear-gradient(135deg, #9048df, #DF48C9);