#cf5877
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
207, 88, 119
HSL
344°, 55%, 58%
CMYK
0, 58, 43, 19
Luminance
0.2158
Every format
| HEX | #cf5877 |
| RGB | rgb(207, 88, 119) |
| HSL | hsl(344, 55%, 58%) |
| CMYK | cmyk(0%, 58%, 43%, 19%) |
| LAB | lab(53.6 49.9 6.5) |
| LCH | lch(53.6 50.3 7.4) |
| OKLCH | oklch(0.619 0.153 6.4) |
Copy-ready code
/* CSS */
color: #cf5877;
background-color: #cf5877;
/* Tailwind (arbitrary) */
class="text-[#cf5877] bg-[#cf5877]"
/* SCSS */
$brand: #cf5877;
/* SwiftUI */
Color(red: 0.812, green: 0.345, blue: 0.467)
/* Android */
Color.parseColor("#cf5877")Accessibility — WCAG contrast
Aa
#cf5877 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5877 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.5%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow42.5%
Key (black)18.8%
Color previews
#cf5877 text on a black background
contrast 5.32:1
Card sample
#cf5877 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5877;
Background color
Panel with #cf5877 background
background-color: #cf5877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 88, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 88, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5877; background: linear-gradient(135deg, #cf5877, #CF8858);