#c977c9
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
201, 119, 201
HSL
300°, 43%, 63%
CMYK
0, 41, 0, 21
Luminance
0.2983
Every format
| HEX | #c977c9 |
| RGB | rgb(201, 119, 201) |
| HSL | hsl(300, 43%, 63%) |
| CMYK | cmyk(0%, 41%, 0%, 21%) |
| LAB | lab(61.5 44.4 -29.3) |
| LCH | lch(61.5 53.2 326.6) |
| OKLCH | oklch(0.686 0.147 327.0) |
Copy-ready code
/* CSS */
color: #c977c9;
background-color: #c977c9;
/* Tailwind (arbitrary) */
class="text-[#c977c9] bg-[#c977c9]"
/* SCSS */
$brand: #c977c9;
/* SwiftUI */
Color(red: 0.788, green: 0.467, blue: 0.788)
/* Android */
Color.parseColor("#c977c9")Accessibility — WCAG contrast
Aa
#c977c9 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c977c9 on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green46.7%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow0.0%
Key (black)21.2%
Color previews
#c977c9 text on a black background
contrast 6.97:1
Card sample
#c977c9 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c977c9;
Background color
Panel with #c977c9 background
background-color: #c977c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c977c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 119, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 119, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c977c9; background: linear-gradient(135deg, #c977c9, #C97792);