#9d67f4
a light, electric violet · warm · closest name: slateblue
RGB
157, 103, 244
HSL
263°, 87%, 68%
CMYK
36, 58, 0, 4
Luminance
0.2340
Every format
| HEX | #9d67f4 |
| RGB | rgb(157, 103, 244) |
| HSL | hsl(263, 87%, 68%) |
| CMYK | cmyk(36%, 58%, 0%, 4%) |
| LAB | lab(55.5 50.5 -63.2) |
| LCH | lch(55.5 80.9 308.6) |
| OKLCH | oklch(0.638 0.203 298.1) |
Copy-ready code
/* CSS */
color: #9d67f4;
background-color: #9d67f4;
/* Tailwind (arbitrary) */
class="text-[#9d67f4] bg-[#9d67f4]"
/* SCSS */
$brand: #9d67f4;
/* SwiftUI */
Color(red: 0.616, green: 0.404, blue: 0.957)
/* Android */
Color.parseColor("#9d67f4")Accessibility — WCAG contrast
Aa
#9d67f4 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9d67f4 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green40.4%
Blue95.7%
CMYK percentages
Cyan35.7%
Magenta57.8%
Yellow0.0%
Key (black)4.3%
Color previews
#9d67f4 text on a black background
contrast 5.68:1
Card sample
#9d67f4 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9d67f4;
Background color
Panel with #9d67f4 background
background-color: #9d67f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9d67f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 103, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 103, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9d67f4; background: linear-gradient(135deg, #9d67f4, #F467ED);