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