#975df6
a light, electric violet · warm · closest name: slateblue
RGB
151, 93, 246
HSL
263°, 90%, 67%
CMYK
39, 62, 0, 4
Luminance
0.2106
Every format
| HEX | #975df6 |
| RGB | rgb(151, 93, 246) |
| HSL | hsl(263, 90%, 67%) |
| CMYK | cmyk(39%, 62%, 0%, 4%) |
| LAB | lab(53.0 55.0 -68.3) |
| LCH | lch(53.0 87.7 308.8) |
| OKLCH | oklch(0.619 0.218 297.0) |
Copy-ready code
/* CSS */
color: #975df6;
background-color: #975df6;
/* Tailwind (arbitrary) */
class="text-[#975df6] bg-[#975df6]"
/* SCSS */
$brand: #975df6;
/* SwiftUI */
Color(red: 0.592, green: 0.365, blue: 0.965)
/* Android */
Color.parseColor("#975df6")Accessibility — WCAG contrast
Aa
#975df6 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#975df6 on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green36.5%
Blue96.5%
CMYK percentages
Cyan38.6%
Magenta62.2%
Yellow0.0%
Key (black)3.5%
Color previews
#975df6 text on a black background
contrast 5.21:1
Card sample
#975df6 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #975df6;
Background color
Panel with #975df6 background
background-color: #975df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #975df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 93, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 93, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #975df6; background: linear-gradient(135deg, #975df6, #F65DEF);