#cf577f
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
207, 87, 127
HSL
340°, 56%, 58%
CMYK
0, 58, 39, 19
Luminance
0.2161
Every format
| HEX | #cf577f |
| RGB | rgb(207, 87, 127) |
| HSL | hsl(340, 56%, 58%) |
| CMYK | cmyk(0%, 58%, 39%, 19%) |
| LAB | lab(53.6 51.2 1.8) |
| LCH | lch(53.6 51.3 2.0) |
| OKLCH | oklch(0.620 0.156 1.9) |
Copy-ready code
/* CSS */
color: #cf577f;
background-color: #cf577f;
/* Tailwind (arbitrary) */
class="text-[#cf577f] bg-[#cf577f]"
/* SCSS */
$brand: #cf577f;
/* SwiftUI */
Color(red: 0.812, green: 0.341, blue: 0.498)
/* Android */
Color.parseColor("#cf577f")Accessibility — WCAG contrast
Aa
#cf577f on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf577f on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow38.6%
Key (black)18.8%
Color previews
#cf577f text on a black background
contrast 5.32:1
Card sample
#cf577f text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf577f;
Background color
Panel with #cf577f background
background-color: #cf577f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf577f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 87, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 87, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf577f; background: linear-gradient(135deg, #cf577f, #CF7F57);