#9050df
a balanced, vivid violet · warm · closest name: slateblue
RGB
144, 80, 223
HSL
267°, 69%, 59%
CMYK
35, 64, 0, 13
Luminance
0.1699
Every format
| HEX | #9050df |
| RGB | rgb(144, 80, 223) |
| HSL | hsl(267, 69%, 59%) |
| CMYK | cmyk(35%, 64%, 0%, 13%) |
| LAB | lab(48.3 54.5 -63.1) |
| LCH | lch(48.3 83.4 310.8) |
| OKLCH | oklch(0.578 0.209 300.6) |
Copy-ready code
/* CSS */
color: #9050df;
background-color: #9050df;
/* Tailwind (arbitrary) */
class="text-[#9050df] bg-[#9050df]"
/* SCSS */
$brand: #9050df;
/* SwiftUI */
Color(red: 0.565, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#9050df")Accessibility — WCAG contrast
Aa
#9050df on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9050df on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green31.4%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#9050df text on a black background
contrast 4.40:1
Card sample
#9050df text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9050df;
Background color
Panel with #9050df background
background-color: #9050df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9050df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9050df; background: linear-gradient(135deg, #9050df, #DF50CF);