#9554fd
a light, electric violet · warm · closest name: slateblue
RGB
149, 84, 253
HSL
263°, 98%, 66%
CMYK
41, 67, 0, 1
Luminance
0.1982
Every format
| HEX | #9554fd |
| RGB | rgb(149, 84, 253) |
| HSL | hsl(263, 98%, 66%) |
| CMYK | cmyk(41%, 67%, 0%, 1%) |
| LAB | lab(51.6 60.9 -74.5) |
| LCH | lch(51.6 96.2 309.3) |
| OKLCH | oklch(0.610 0.237 296.3) |
Copy-ready code
/* CSS */
color: #9554fd;
background-color: #9554fd;
/* Tailwind (arbitrary) */
class="text-[#9554fd] bg-[#9554fd]"
/* SCSS */
$brand: #9554fd;
/* SwiftUI */
Color(red: 0.584, green: 0.329, blue: 0.992)
/* Android */
Color.parseColor("#9554fd")Accessibility — WCAG contrast
Aa
#9554fd on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9554fd on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green32.9%
Blue99.2%
CMYK percentages
Cyan41.1%
Magenta66.8%
Yellow0.0%
Key (black)0.8%
Color previews
#9554fd text on a black background
contrast 4.96:1
Card sample
#9554fd text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9554fd;
Background color
Panel with #9554fd background
background-color: #9554fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9554fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 84, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 84, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9554fd; background: linear-gradient(135deg, #9554fd, #FD54F4);