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