#9064df
a balanced, vivid violet · warm · closest name: slateblue
RGB
144, 100, 223
HSL
262°, 66%, 63%
CMYK
35, 55, 0, 13
Luminance
0.2037
Every format
| HEX | #9064df |
| RGB | rgb(144, 100, 223) |
| HSL | hsl(262, 66%, 63%) |
| CMYK | cmyk(35%, 55%, 0%, 13%) |
| LAB | lab(52.3 43.9 -56.7) |
| LCH | lch(52.3 71.7 307.7) |
| OKLCH | oklch(0.607 0.181 297.2) |
Copy-ready code
/* CSS */
color: #9064df;
background-color: #9064df;
/* Tailwind (arbitrary) */
class="text-[#9064df] bg-[#9064df]"
/* SCSS */
$brand: #9064df;
/* SwiftUI */
Color(red: 0.565, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#9064df")Accessibility — WCAG contrast
Aa
#9064df on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9064df on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green39.2%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#9064df text on a black background
contrast 5.07:1
Card sample
#9064df text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9064df;
Background color
Panel with #9064df background
background-color: #9064df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9064df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9064df; background: linear-gradient(135deg, #9064df, #DF64DC);