#9060df
a balanced, vivid violet · warm · closest name: slateblue
RGB
144, 96, 223
HSL
263°, 67%, 63%
CMYK
35, 57, 0, 13
Luminance
0.1962
Every format
| HEX | #9060df |
| RGB | rgb(144, 96, 223) |
| HSL | hsl(263, 67%, 63%) |
| CMYK | cmyk(35%, 57%, 0%, 13%) |
| LAB | lab(51.4 46.1 -58.1) |
| LCH | lch(51.4 74.1 308.4) |
| OKLCH | oklch(0.601 0.186 298.0) |
Copy-ready code
/* CSS */
color: #9060df;
background-color: #9060df;
/* Tailwind (arbitrary) */
class="text-[#9060df] bg-[#9060df]"
/* SCSS */
$brand: #9060df;
/* SwiftUI */
Color(red: 0.565, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#9060df")Accessibility — WCAG contrast
Aa
#9060df on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9060df on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green37.6%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta57.0%
Yellow0.0%
Key (black)12.5%
Color previews
#9060df text on a black background
contrast 4.92:1
Card sample
#9060df text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9060df;
Background color
Panel with #9060df background
background-color: #9060df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9060df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9060df; background: linear-gradient(135deg, #9060df, #DF60D9);