#9467e3
a balanced, vivid violet · warm · closest name: slateblue
RGB
148, 103, 227
HSL
262°, 69%, 65%
CMYK
35, 55, 0, 11
Luminance
0.2154
Every format
| HEX | #9467e3 |
| RGB | rgb(148, 103, 227) |
| HSL | hsl(262, 69%, 65%) |
| CMYK | cmyk(35%, 55%, 0%, 11%) |
| LAB | lab(53.5 44.2 -56.9) |
| LCH | lch(53.5 72.0 307.8) |
| OKLCH | oklch(0.618 0.182 297.6) |
Copy-ready code
/* CSS */
color: #9467e3;
background-color: #9467e3;
/* Tailwind (arbitrary) */
class="text-[#9467e3] bg-[#9467e3]"
/* SCSS */
$brand: #9467e3;
/* SwiftUI */
Color(red: 0.580, green: 0.404, blue: 0.890)
/* Android */
Color.parseColor("#9467e3")Accessibility — WCAG contrast
Aa
#9467e3 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9467e3 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green40.4%
Blue89.0%
CMYK percentages
Cyan34.8%
Magenta54.6%
Yellow0.0%
Key (black)11.0%
Color previews
#9467e3 text on a black background
contrast 5.31:1
Card sample
#9467e3 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9467e3;
Background color
Panel with #9467e3 background
background-color: #9467e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9467e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 103, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 103, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9467e3; background: linear-gradient(135deg, #9467e3, #E367DF);