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