#cd486f
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
205, 72, 111
HSL
342°, 57%, 54%
CMYK
0, 65, 46, 20
Luminance
0.1876
Every format
| HEX | #cd486f |
| RGB | rgb(205, 72, 111) |
| HSL | hsl(342, 57%, 54%) |
| CMYK | cmyk(0%, 65%, 46%, 20%) |
| LAB | lab(50.4 55.5 6.7) |
| LCH | lch(50.4 56.0 6.9) |
| OKLCH | oklch(0.594 0.170 6.0) |
Copy-ready code
/* CSS */
color: #cd486f;
background-color: #cd486f;
/* Tailwind (arbitrary) */
class="text-[#cd486f] bg-[#cd486f]"
/* SCSS */
$brand: #cd486f;
/* SwiftUI */
Color(red: 0.804, green: 0.282, blue: 0.435)
/* Android */
Color.parseColor("#cd486f")Accessibility — WCAG contrast
Aa
#cd486f on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd486f on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green28.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow45.9%
Key (black)19.6%
Color previews
#cd486f text on a black background
contrast 4.75:1
Card sample
#cd486f text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd486f;
Background color
Panel with #cd486f background
background-color: #cd486f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd486f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 72, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 72, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd486f; background: linear-gradient(135deg, #cd486f, #CD7A48);