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