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