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