#945fe4
a balanced, vivid violet · warm · closest name: slateblue
RGB
148, 95, 228
HSL
264°, 71%, 63%
CMYK
35, 58, 0, 11
Luminance
0.2008
Every format
| HEX | #945fe4 |
| RGB | rgb(148, 95, 228) |
| HSL | hsl(264, 71%, 63%) |
| CMYK | cmyk(35%, 58%, 0%, 11%) |
| LAB | lab(51.9 48.8 -60.0) |
| LCH | lch(51.9 77.3 309.1) |
| OKLCH | oklch(0.606 0.195 298.8) |
Copy-ready code
/* CSS */
color: #945fe4;
background-color: #945fe4;
/* Tailwind (arbitrary) */
class="text-[#945fe4] bg-[#945fe4]"
/* SCSS */
$brand: #945fe4;
/* SwiftUI */
Color(red: 0.580, green: 0.373, blue: 0.894)
/* Android */
Color.parseColor("#945fe4")Accessibility — WCAG contrast
Aa
#945fe4 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#945fe4 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green37.3%
Blue89.4%
CMYK percentages
Cyan35.1%
Magenta58.3%
Yellow0.0%
Key (black)10.6%
Color previews
#945fe4 text on a black background
contrast 5.02:1
Card sample
#945fe4 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #945fe4;
Background color
Panel with #945fe4 background
background-color: #945fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #945fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 95, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 95, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #945fe4; background: linear-gradient(135deg, #945fe4, #E45FDB);