#975ace
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 90, 206
HSL
272°, 54%, 58%
CMYK
27, 56, 0, 19
Luminance
0.1835
Every format
| HEX | #975ace |
| RGB | rgb(151, 90, 206) |
| HSL | hsl(272, 54%, 58%) |
| CMYK | cmyk(27%, 56%, 0%, 19%) |
| LAB | lab(49.9 46.8 -50.8) |
| LCH | lch(49.9 69.0 312.7) |
| OKLCH | oklch(0.588 0.177 306.0) |
Copy-ready code
/* CSS */
color: #975ace;
background-color: #975ace;
/* Tailwind (arbitrary) */
class="text-[#975ace] bg-[#975ace]"
/* SCSS */
$brand: #975ace;
/* SwiftUI */
Color(red: 0.592, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#975ace")Accessibility — WCAG contrast
Aa
#975ace on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#975ace on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green35.3%
Blue80.8%
CMYK percentages
Cyan26.7%
Magenta56.3%
Yellow0.0%
Key (black)19.2%
Color previews
#975ace text on a black background
contrast 4.67:1
Card sample
#975ace text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #975ace;
Background color
Panel with #975ace background
background-color: #975ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #975ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #975ace; background: linear-gradient(135deg, #975ace, #CE5AB8);