#c577ae
a balanced, soft magenta / pink · warm · closest name: plum
RGB
197, 119, 174
HSL
318°, 40%, 62%
CMYK
0, 40, 12, 23
Luminance
0.2812
Every format
| HEX | #c577ae |
| RGB | rgb(197, 119, 174) |
| HSL | hsl(318, 40%, 62%) |
| CMYK | cmyk(0%, 40%, 12%, 23%) |
| LAB | lab(60.0 38.4 -16.3) |
| LCH | lch(60.0 41.7 337.0) |
| OKLCH | oklch(0.670 0.120 338.7) |
Copy-ready code
/* CSS */
color: #c577ae;
background-color: #c577ae;
/* Tailwind (arbitrary) */
class="text-[#c577ae] bg-[#c577ae]"
/* SCSS */
$brand: #c577ae;
/* SwiftUI */
Color(red: 0.773, green: 0.467, blue: 0.682)
/* Android */
Color.parseColor("#c577ae")Accessibility — WCAG contrast
Aa
#c577ae on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c577ae on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green46.7%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow11.7%
Key (black)22.7%
Color previews
#c577ae text on a black background
contrast 6.62:1
Card sample
#c577ae text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c577ae;
Background color
Panel with #c577ae background
background-color: #c577ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c577ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 119, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 119, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c577ae; background: linear-gradient(135deg, #c577ae, #C5777A);