#cd657f
a balanced, vivid red · warm · closest name: salmon
RGB
205, 101, 127
HSL
345°, 51%, 60%
CMYK
0, 51, 38, 20
Luminance
0.2382
Every format
| HEX | #cd657f |
| RGB | rgb(205, 101, 127) |
| HSL | hsl(345, 51%, 60%) |
| CMYK | cmyk(0%, 51%, 38%, 20%) |
| LAB | lab(55.9 43.8 5.0) |
| LCH | lch(55.9 44.1 6.6) |
| OKLCH | oklch(0.637 0.134 5.8) |
Copy-ready code
/* CSS */
color: #cd657f;
background-color: #cd657f;
/* Tailwind (arbitrary) */
class="text-[#cd657f] bg-[#cd657f]"
/* SCSS */
$brand: #cd657f;
/* SwiftUI */
Color(red: 0.804, green: 0.396, blue: 0.498)
/* Android */
Color.parseColor("#cd657f")Accessibility — WCAG contrast
Aa
#cd657f on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd657f on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green39.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta50.7%
Yellow38.0%
Key (black)19.6%
Color previews
#cd657f text on a black background
contrast 5.76:1
Card sample
#cd657f text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd657f;
Background color
Panel with #cd657f background
background-color: #cd657f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd657f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 101, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 101, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd657f; background: linear-gradient(135deg, #cd657f, #CD9065);