#cf5b7f
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
207, 91, 127
HSL
341°, 55%, 58%
CMYK
0, 56, 39, 19
Luminance
0.2228
Every format
| HEX | #cf5b7f |
| RGB | rgb(207, 91, 127) |
| HSL | hsl(341, 55%, 58%) |
| CMYK | cmyk(0%, 56%, 39%, 19%) |
| LAB | lab(54.3 49.4 2.8) |
| LCH | lch(54.3 49.5 3.2) |
| OKLCH | oklch(0.626 0.151 3.0) |
Copy-ready code
/* CSS */
color: #cf5b7f;
background-color: #cf5b7f;
/* Tailwind (arbitrary) */
class="text-[#cf5b7f] bg-[#cf5b7f]"
/* SCSS */
$brand: #cf5b7f;
/* SwiftUI */
Color(red: 0.812, green: 0.357, blue: 0.498)
/* Android */
Color.parseColor("#cf5b7f")Accessibility — WCAG contrast
Aa
#cf5b7f on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5b7f on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow38.6%
Key (black)18.8%
Color previews
#cf5b7f text on a black background
contrast 5.46:1
Card sample
#cf5b7f text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5b7f;
Background color
Panel with #cf5b7f background
background-color: #cf5b7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5b7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 91, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 91, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5b7f; background: linear-gradient(135deg, #cf5b7f, #CF845B);