#cf486c
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
207, 72, 108
HSL
344°, 58%, 55%
CMYK
0, 65, 48, 19
Luminance
0.1898
Every format
| HEX | #cf486c |
| RGB | rgb(207, 72, 108) |
| HSL | hsl(344, 58%, 55%) |
| CMYK | cmyk(0%, 65%, 48%, 19%) |
| LAB | lab(50.7 55.9 8.9) |
| LCH | lch(50.7 56.6 9.1) |
| OKLCH | oklch(0.597 0.172 7.8) |
Copy-ready code
/* CSS */
color: #cf486c;
background-color: #cf486c;
/* Tailwind (arbitrary) */
class="text-[#cf486c] bg-[#cf486c]"
/* SCSS */
$brand: #cf486c;
/* SwiftUI */
Color(red: 0.812, green: 0.282, blue: 0.424)
/* Android */
Color.parseColor("#cf486c")Accessibility — WCAG contrast
Aa
#cf486c on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf486c on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.2%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow47.8%
Key (black)18.8%
Color previews
#cf486c text on a black background
contrast 4.80:1
Card sample
#cf486c text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf486c;
Background color
Panel with #cf486c background
background-color: #cf486c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf486c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 72, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 72, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf486c; background: linear-gradient(135deg, #cf486c, #CF7E48);