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