#9869fd
a light, electric violet · warm · closest name: slateblue
RGB
152, 105, 253
HSL
259°, 97%, 70%
CMYK
40, 59, 0, 1
Luminance
0.2387
Every format
| HEX | #9869fd |
| RGB | rgb(152, 105, 253) |
| HSL | hsl(259, 97%, 70%) |
| CMYK | cmyk(40%, 59%, 0%, 1%) |
| LAB | lab(56.0 50.7 -67.5) |
| LCH | lch(56.0 84.4 306.9) |
| OKLCH | oklch(0.642 0.211 294.3) |
Copy-ready code
/* CSS */
color: #9869fd;
background-color: #9869fd;
/* Tailwind (arbitrary) */
class="text-[#9869fd] bg-[#9869fd]"
/* SCSS */
$brand: #9869fd;
/* SwiftUI */
Color(red: 0.596, green: 0.412, blue: 0.992)
/* Android */
Color.parseColor("#9869fd")Accessibility — WCAG contrast
Aa
#9869fd on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9869fd on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green41.2%
Blue99.2%
CMYK percentages
Cyan39.9%
Magenta58.5%
Yellow0.0%
Key (black)0.8%
Color previews
#9869fd text on a black background
contrast 5.77:1
Card sample
#9869fd text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9869fd;
Background color
Panel with #9869fd background
background-color: #9869fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9869fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 105, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 105, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9869fd; background: linear-gradient(135deg, #9869fd, #FB69FD);