#cd5f7f
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
205, 95, 127
HSL
343°, 52%, 59%
CMYK
0, 54, 38, 20
Luminance
0.2270
Every format
| HEX | #cd5f7f |
| RGB | rgb(205, 95, 127) |
| HSL | hsl(343, 52%, 59%) |
| CMYK | cmyk(0%, 54%, 38%, 20%) |
| LAB | lab(54.8 46.8 3.4) |
| LCH | lch(54.8 46.9 4.1) |
| OKLCH | oklch(0.628 0.143 3.8) |
Copy-ready code
/* CSS */
color: #cd5f7f;
background-color: #cd5f7f;
/* Tailwind (arbitrary) */
class="text-[#cd5f7f] bg-[#cd5f7f]"
/* SCSS */
$brand: #cd5f7f;
/* SwiftUI */
Color(red: 0.804, green: 0.373, blue: 0.498)
/* Android */
Color.parseColor("#cd5f7f")Accessibility — WCAG contrast
Aa
#cd5f7f on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5f7f on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green37.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow38.0%
Key (black)19.6%
Color previews
#cd5f7f text on a black background
contrast 5.54:1
Card sample
#cd5f7f text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5f7f;
Background color
Panel with #cd5f7f background
background-color: #cd5f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 95, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 95, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5f7f; background: linear-gradient(135deg, #cd5f7f, #CD885F);