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