#9428bf
a balanced, vivid violet · warm · closest name: purple
RGB
148, 40, 191
HSL
283°, 65%, 45%
CMYK
23, 79, 0, 25
Luminance
0.1158
Every format
| HEX | #9428bf |
| RGB | rgb(148, 40, 191) |
| HSL | hsl(283, 65%, 45%) |
| CMYK | cmyk(23%, 79%, 0%, 25%) |
| LAB | lab(40.5 65.0 -57.2) |
| LCH | lch(40.5 86.6 318.7) |
| OKLCH | oklch(0.517 0.224 313.8) |
Copy-ready code
/* CSS */
color: #9428bf;
background-color: #9428bf;
/* Tailwind (arbitrary) */
class="text-[#9428bf] bg-[#9428bf]"
/* SCSS */
$brand: #9428bf;
/* SwiftUI */
Color(red: 0.580, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#9428bf")Accessibility — WCAG contrast
Aa
#9428bf on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9428bf on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green15.7%
Blue74.9%
CMYK percentages
Cyan22.5%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#9428bf text on a black background
contrast 3.32:1
Card sample
#9428bf text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9428bf;
Background color
Panel with #9428bf background
background-color: #9428bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9428bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9428bf; background: linear-gradient(135deg, #9428bf, #BF2885);