#9059da
a balanced, vivid violet · warm · closest name: slateblue
RGB
144, 89, 218
HSL
266°, 64%, 60%
CMYK
34, 59, 0, 15
Luminance
0.1814
Every format
| HEX | #9059da |
| RGB | rgb(144, 89, 218) |
| HSL | hsl(266, 64%, 60%) |
| CMYK | cmyk(34%, 59%, 0%, 15%) |
| LAB | lab(49.7 48.6 -58.0) |
| LCH | lch(49.7 75.7 309.9) |
| OKLCH | oklch(0.587 0.191 300.2) |
Copy-ready code
/* CSS */
color: #9059da;
background-color: #9059da;
/* Tailwind (arbitrary) */
class="text-[#9059da] bg-[#9059da]"
/* SCSS */
$brand: #9059da;
/* SwiftUI */
Color(red: 0.565, green: 0.349, blue: 0.855)
/* Android */
Color.parseColor("#9059da")Accessibility — WCAG contrast
Aa
#9059da on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9059da on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green34.9%
Blue85.5%
CMYK percentages
Cyan33.9%
Magenta59.2%
Yellow0.0%
Key (black)14.5%
Color previews
#9059da text on a black background
contrast 4.63:1
Card sample
#9059da text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9059da;
Background color
Panel with #9059da background
background-color: #9059da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9059da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 89, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 89, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9059da; background: linear-gradient(135deg, #9059da, #DA59CE);