#cf4b6f
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
207, 75, 111
HSL
344°, 58%, 55%
CMYK
0, 64, 46, 19
Luminance
0.1945
Every format
| HEX | #cf4b6f |
| RGB | rgb(207, 75, 111) |
| HSL | hsl(344, 58%, 55%) |
| CMYK | cmyk(0%, 64%, 46%, 19%) |
| LAB | lab(51.2 54.9 7.9) |
| LCH | lch(51.2 55.5 8.1) |
| OKLCH | oklch(0.601 0.169 7.0) |
Copy-ready code
/* CSS */
color: #cf4b6f;
background-color: #cf4b6f;
/* Tailwind (arbitrary) */
class="text-[#cf4b6f] bg-[#cf4b6f]"
/* SCSS */
$brand: #cf4b6f;
/* SwiftUI */
Color(red: 0.812, green: 0.294, blue: 0.435)
/* Android */
Color.parseColor("#cf4b6f")Accessibility — WCAG contrast
Aa
#cf4b6f on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4b6f on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.4%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta63.8%
Yellow46.4%
Key (black)18.8%
Color previews
#cf4b6f text on a black background
contrast 4.89:1
Card sample
#cf4b6f text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4b6f;
Background color
Panel with #cf4b6f background
background-color: #cf4b6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4b6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 75, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 75, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4b6f; background: linear-gradient(135deg, #cf4b6f, #CF7F4B);