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