#977cc3
a balanced, soft violet · warm · closest name: plum
RGB
151, 124, 195
HSL
263°, 37%, 63%
CMYK
23, 36, 0, 24
Luminance
0.2493
Every format
| HEX | #977cc3 |
| RGB | rgb(151, 124, 195) |
| HSL | hsl(263, 37%, 63%) |
| CMYK | cmyk(23%, 36%, 0%, 24%) |
| LAB | lab(57.0 25.0 -33.3) |
| LCH | lch(57.0 41.6 307.0) |
| OKLCH | oklch(0.639 0.108 300.9) |
Copy-ready code
/* CSS */
color: #977cc3;
background-color: #977cc3;
/* Tailwind (arbitrary) */
class="text-[#977cc3] bg-[#977cc3]"
/* SCSS */
$brand: #977cc3;
/* SwiftUI */
Color(red: 0.592, green: 0.486, blue: 0.765)
/* Android */
Color.parseColor("#977cc3")Accessibility — WCAG contrast
Aa
#977cc3 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#977cc3 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green48.6%
Blue76.5%
CMYK percentages
Cyan22.6%
Magenta36.4%
Yellow0.0%
Key (black)23.5%
Color previews
#977cc3 text on a black background
contrast 5.99:1
Card sample
#977cc3 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #977cc3;
Background color
Panel with #977cc3 background
background-color: #977cc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #977cc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 124, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 124, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #977cc3; background: linear-gradient(135deg, #977cc3, #C37CC0);