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