#cf577a
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
207, 87, 122
HSL
343°, 56%, 58%
CMYK
0, 58, 41, 19
Luminance
0.2149
Every format
| HEX | #cf577a |
| RGB | rgb(207, 87, 122) |
| HSL | hsl(343, 56%, 58%) |
| CMYK | cmyk(0%, 58%, 41%, 19%) |
| LAB | lab(53.5 50.7 4.5) |
| LCH | lch(53.5 50.9 5.1) |
| OKLCH | oklch(0.619 0.155 4.6) |
Copy-ready code
/* CSS */
color: #cf577a;
background-color: #cf577a;
/* Tailwind (arbitrary) */
class="text-[#cf577a] bg-[#cf577a]"
/* SCSS */
$brand: #cf577a;
/* SwiftUI */
Color(red: 0.812, green: 0.341, blue: 0.478)
/* Android */
Color.parseColor("#cf577a")Accessibility — WCAG contrast
Aa
#cf577a on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf577a on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.1%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow41.1%
Key (black)18.8%
Color previews
#cf577a text on a black background
contrast 5.30:1
Card sample
#cf577a text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf577a;
Background color
Panel with #cf577a background
background-color: #cf577a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf577a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 87, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 87, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf577a; background: linear-gradient(135deg, #cf577a, #CF8457);