#9767f2
a light, electric violet · warm · closest name: slateblue
RGB
151, 103, 242
HSL
261°, 84%, 68%
CMYK
38, 57, 0, 5
Luminance
0.2269
Every format
| HEX | #9767f2 |
| RGB | rgb(151, 103, 242) |
| HSL | hsl(261, 84%, 68%) |
| CMYK | cmyk(38%, 57%, 0%, 5%) |
| LAB | lab(54.8 48.7 -63.3) |
| LCH | lch(54.8 79.9 307.6) |
| OKLCH | oklch(0.630 0.200 296.1) |
Copy-ready code
/* CSS */
color: #9767f2;
background-color: #9767f2;
/* Tailwind (arbitrary) */
class="text-[#9767f2] bg-[#9767f2]"
/* SCSS */
$brand: #9767f2;
/* SwiftUI */
Color(red: 0.592, green: 0.404, blue: 0.949)
/* Android */
Color.parseColor("#9767f2")Accessibility — WCAG contrast
Aa
#9767f2 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9767f2 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green40.4%
Blue94.9%
CMYK percentages
Cyan37.6%
Magenta57.4%
Yellow0.0%
Key (black)5.1%
Color previews
#9767f2 text on a black background
contrast 5.54:1
Card sample
#9767f2 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9767f2;
Background color
Panel with #9767f2 background
background-color: #9767f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9767f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 103, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 103, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9767f2; background: linear-gradient(135deg, #9767f2, #F267F0);