#cf5477
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
207, 84, 119
HSL
343°, 56%, 57%
CMYK
0, 59, 43, 19
Luminance
0.2094
Every format
| HEX | #cf5477 |
| RGB | rgb(207, 84, 119) |
| HSL | hsl(343, 56%, 57%) |
| CMYK | cmyk(0%, 59%, 43%, 19%) |
| LAB | lab(52.9 51.8 5.5) |
| LCH | lch(52.9 52.0 6.0) |
| OKLCH | oklch(0.614 0.158 5.3) |
Copy-ready code
/* CSS */
color: #cf5477;
background-color: #cf5477;
/* Tailwind (arbitrary) */
class="text-[#cf5477] bg-[#cf5477]"
/* SCSS */
$brand: #cf5477;
/* SwiftUI */
Color(red: 0.812, green: 0.329, blue: 0.467)
/* Android */
Color.parseColor("#cf5477")Accessibility — WCAG contrast
Aa
#cf5477 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5477 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.9%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow42.5%
Key (black)18.8%
Color previews
#cf5477 text on a black background
contrast 5.19:1
Card sample
#cf5477 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5477;
Background color
Panel with #cf5477 background
background-color: #cf5477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 84, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 84, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5477; background: linear-gradient(135deg, #cf5477, #CF8354);