#9540bf
a balanced, vivid violet · warm · closest name: slateblue
RGB
149, 64, 191
HSL
280°, 50%, 50%
CMYK
22, 67, 0, 25
Luminance
0.1382
Every format
| HEX | #9540bf |
| RGB | rgb(149, 64, 191) |
| HSL | hsl(280, 50%, 50%) |
| CMYK | cmyk(22%, 67%, 0%, 25%) |
| LAB | lab(44.0 55.9 -51.6) |
| LCH | lch(44.0 76.1 317.3) |
| OKLCH | oklch(0.541 0.197 312.4) |
Copy-ready code
/* CSS */
color: #9540bf;
background-color: #9540bf;
/* Tailwind (arbitrary) */
class="text-[#9540bf] bg-[#9540bf]"
/* SCSS */
$brand: #9540bf;
/* SwiftUI */
Color(red: 0.584, green: 0.251, blue: 0.749)
/* Android */
Color.parseColor("#9540bf")Accessibility — WCAG contrast
Aa
#9540bf on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9540bf on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green25.1%
Blue74.9%
CMYK percentages
Cyan22.0%
Magenta66.5%
Yellow0.0%
Key (black)25.1%
Color previews
#9540bf text on a black background
contrast 3.76:1
Card sample
#9540bf text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9540bf;
Background color
Panel with #9540bf background
background-color: #9540bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9540bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 64, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 64, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9540bf; background: linear-gradient(135deg, #9540bf, #BF4094);