#977cc0
a balanced, soft violet · warm · closest name: plum
RGB
151, 124, 192
HSL
264°, 35%, 62%
CMYK
21, 35, 0, 25
Luminance
0.2480
Every format
| HEX | #977cc0 |
| RGB | rgb(151, 124, 192) |
| HSL | hsl(264, 35%, 62%) |
| CMYK | cmyk(21%, 35%, 0%, 25%) |
| LAB | lab(56.9 24.3 -31.8) |
| LCH | lch(56.9 40.0 307.4) |
| OKLCH | oklch(0.638 0.103 301.8) |
Copy-ready code
/* CSS */
color: #977cc0;
background-color: #977cc0;
/* Tailwind (arbitrary) */
class="text-[#977cc0] bg-[#977cc0]"
/* SCSS */
$brand: #977cc0;
/* SwiftUI */
Color(red: 0.592, green: 0.486, blue: 0.753)
/* Android */
Color.parseColor("#977cc0")Accessibility — WCAG contrast
Aa
#977cc0 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#977cc0 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green48.6%
Blue75.3%
CMYK percentages
Cyan21.4%
Magenta35.4%
Yellow0.0%
Key (black)24.7%
Color previews
#977cc0 text on a black background
contrast 5.96:1
Card sample
#977cc0 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #977cc0;
Background color
Panel with #977cc0 background
background-color: #977cc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #977cc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 124, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 124, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #977cc0; background: linear-gradient(135deg, #977cc0, #C07CBC);