#9067f4
a light, electric violet · warm · closest name: slateblue
RGB
144, 103, 244
HSL
257°, 87%, 68%
CMYK
41, 58, 0, 4
Luminance
0.2216
Every format
| HEX | #9067f4 |
| RGB | rgb(144, 103, 244) |
| HSL | hsl(257, 87%, 68%) |
| CMYK | cmyk(41%, 58%, 0%, 4%) |
| LAB | lab(54.2 47.7 -65.4) |
| LCH | lch(54.2 80.9 306.1) |
| OKLCH | oklch(0.625 0.202 293.0) |
Copy-ready code
/* CSS */
color: #9067f4;
background-color: #9067f4;
/* Tailwind (arbitrary) */
class="text-[#9067f4] bg-[#9067f4]"
/* SCSS */
$brand: #9067f4;
/* SwiftUI */
Color(red: 0.565, green: 0.404, blue: 0.957)
/* Android */
Color.parseColor("#9067f4")Accessibility — WCAG contrast
Aa
#9067f4 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9067f4 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green40.4%
Blue95.7%
CMYK percentages
Cyan41.0%
Magenta57.8%
Yellow0.0%
Key (black)4.3%
Color previews
#9067f4 text on a black background
contrast 5.43:1
Card sample
#9067f4 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9067f4;
Background color
Panel with #9067f4 background
background-color: #9067f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9067f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 103, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 103, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9067f4; background: linear-gradient(135deg, #9067f4, #EE67F4);