#cd737f
a balanced, vivid red · warm · closest name: salmon
RGB
205, 115, 127
HSL
352°, 47%, 63%
CMYK
0, 44, 38, 20
Luminance
0.2677
Every format
| HEX | #cd737f |
| RGB | rgb(205, 115, 127) |
| HSL | hsl(352, 47%, 63%) |
| CMYK | cmyk(0%, 44%, 38%, 20%) |
| LAB | lab(58.8 36.6 9.1) |
| LCH | lch(58.8 37.7 14.0) |
| OKLCH | oklch(0.659 0.113 12.1) |
Copy-ready code
/* CSS */
color: #cd737f;
background-color: #cd737f;
/* Tailwind (arbitrary) */
class="text-[#cd737f] bg-[#cd737f]"
/* SCSS */
$brand: #cd737f;
/* SwiftUI */
Color(red: 0.804, green: 0.451, blue: 0.498)
/* Android */
Color.parseColor("#cd737f")Accessibility — WCAG contrast
Aa
#cd737f on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd737f on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green45.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow38.0%
Key (black)19.6%
Color previews
#cd737f text on a black background
contrast 6.35:1
Card sample
#cd737f text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd737f;
Background color
Panel with #cd737f background
background-color: #cd737f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd737f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 115, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 115, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd737f; background: linear-gradient(135deg, #cd737f, #CDA373);