#975dfd
a light, electric violet · warm · closest name: slateblue
RGB
151, 93, 253
HSL
262°, 98%, 68%
CMYK
40, 63, 0, 1
Luminance
0.2150
Every format
| HEX | #975dfd |
| RGB | rgb(151, 93, 253) |
| HSL | hsl(262, 98%, 68%) |
| CMYK | cmyk(40%, 63%, 0%, 1%) |
| LAB | lab(53.5 56.8 -71.5) |
| LCH | lch(53.5 91.3 308.5) |
| OKLCH | oklch(0.624 0.226 295.8) |
Copy-ready code
/* CSS */
color: #975dfd;
background-color: #975dfd;
/* Tailwind (arbitrary) */
class="text-[#975dfd] bg-[#975dfd]"
/* SCSS */
$brand: #975dfd;
/* SwiftUI */
Color(red: 0.592, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#975dfd")Accessibility — WCAG contrast
Aa
#975dfd on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#975dfd on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green36.5%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#975dfd text on a black background
contrast 5.30:1
Card sample
#975dfd text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #975dfd;
Background color
Panel with #975dfd background
background-color: #975dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #975dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #975dfd; background: linear-gradient(135deg, #975dfd, #FD5DF8);