#977cd3
a light, vivid violet · warm · closest name: slateblue
RGB
151, 124, 211
HSL
259°, 50%, 66%
CMYK
28, 41, 0, 17
Luminance
0.2570
Every format
| HEX | #977cd3 |
| RGB | rgb(151, 124, 211) |
| HSL | hsl(259, 50%, 66%) |
| CMYK | cmyk(28%, 41%, 0%, 17%) |
| LAB | lab(57.8 28.9 -41.2) |
| LCH | lch(57.8 50.3 305.1) |
| OKLCH | oklch(0.647 0.129 296.9) |
Copy-ready code
/* CSS */
color: #977cd3;
background-color: #977cd3;
/* Tailwind (arbitrary) */
class="text-[#977cd3] bg-[#977cd3]"
/* SCSS */
$brand: #977cd3;
/* SwiftUI */
Color(red: 0.592, green: 0.486, blue: 0.827)
/* Android */
Color.parseColor("#977cd3")Accessibility — WCAG contrast
Aa
#977cd3 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#977cd3 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green48.6%
Blue82.7%
CMYK percentages
Cyan28.4%
Magenta41.2%
Yellow0.0%
Key (black)17.3%
Color previews
#977cd3 text on a black background
contrast 6.14:1
Card sample
#977cd3 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #977cd3;
Background color
Panel with #977cd3 background
background-color: #977cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #977cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 124, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 124, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #977cd3; background: linear-gradient(135deg, #977cd3, #D17CD3);