#975ddf
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 93, 223
HSL
267°, 67%, 62%
CMYK
32, 58, 0, 13
Luminance
0.1974
Every format
| HEX | #975ddf |
| RGB | rgb(151, 93, 223) |
| HSL | hsl(267, 67%, 62%) |
| CMYK | cmyk(32%, 58%, 0%, 13%) |
| LAB | lab(51.5 49.3 -57.8) |
| LCH | lch(51.5 76.0 310.5) |
| OKLCH | oklch(0.603 0.192 301.4) |
Copy-ready code
/* CSS */
color: #975ddf;
background-color: #975ddf;
/* Tailwind (arbitrary) */
class="text-[#975ddf] bg-[#975ddf]"
/* SCSS */
$brand: #975ddf;
/* SwiftUI */
Color(red: 0.592, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#975ddf")Accessibility — WCAG contrast
Aa
#975ddf on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#975ddf on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green36.5%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta58.3%
Yellow0.0%
Key (black)12.5%
Color previews
#975ddf text on a black background
contrast 4.95:1
Card sample
#975ddf text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #975ddf;
Background color
Panel with #975ddf background
background-color: #975ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #975ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 93, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 93, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #975ddf; background: linear-gradient(135deg, #975ddf, #DF5DD0);