#c577b2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
197, 119, 178
HSL
315°, 40%, 62%
CMYK
0, 40, 10, 23
Luminance
0.2828
Every format
| HEX | #c577b2 |
| RGB | rgb(197, 119, 178) |
| HSL | hsl(315, 40%, 62%) |
| CMYK | cmyk(0%, 40%, 10%, 23%) |
| LAB | lab(60.1 39.0 -18.3) |
| LCH | lch(60.1 43.1 334.8) |
| OKLCH | oklch(0.672 0.123 336.4) |
Copy-ready code
/* CSS */
color: #c577b2;
background-color: #c577b2;
/* Tailwind (arbitrary) */
class="text-[#c577b2] bg-[#c577b2]"
/* SCSS */
$brand: #c577b2;
/* SwiftUI */
Color(red: 0.773, green: 0.467, blue: 0.698)
/* Android */
Color.parseColor("#c577b2")Accessibility — WCAG contrast
Aa
#c577b2 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c577b2 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green46.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow9.6%
Key (black)22.7%
Color previews
#c577b2 text on a black background
contrast 6.66:1
Card sample
#c577b2 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c577b2;
Background color
Panel with #c577b2 background
background-color: #c577b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c577b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 119, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 119, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c577b2; background: linear-gradient(135deg, #c577b2, #C5777E);