#cf477b
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
207, 71, 123
HSL
337°, 59%, 55%
CMYK
0, 66, 41, 19
Luminance
0.1920
Every format
| HEX | #cf477b |
| RGB | rgb(207, 71, 123) |
| HSL | hsl(337, 59%, 55%) |
| CMYK | cmyk(0%, 66%, 41%, 19%) |
| LAB | lab(50.9 57.8 0.2) |
| LCH | lch(50.9 57.8 0.2) |
| OKLCH | oklch(0.600 0.177 0.4) |
Copy-ready code
/* CSS */
color: #cf477b;
background-color: #cf477b;
/* Tailwind (arbitrary) */
class="text-[#cf477b] bg-[#cf477b]"
/* SCSS */
$brand: #cf477b;
/* SwiftUI */
Color(red: 0.812, green: 0.278, blue: 0.482)
/* Android */
Color.parseColor("#cf477b")Accessibility — WCAG contrast
Aa
#cf477b on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf477b on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.8%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow40.6%
Key (black)18.8%
Color previews
#cf477b text on a black background
contrast 4.84:1
Card sample
#cf477b text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf477b;
Background color
Panel with #cf477b background
background-color: #cf477b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf477b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 71, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 71, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf477b; background: linear-gradient(135deg, #cf477b, #CF6E47);