#cd7f79
a balanced, vivid red · warm · closest name: salmon
RGB
205, 127, 121
HSL
4°, 46%, 64%
CMYK
0, 38, 41, 20
Luminance
0.2954
Every format
| HEX | #cd7f79 |
| RGB | rgb(205, 127, 121) |
| HSL | hsl(4, 46%, 64%) |
| CMYK | cmyk(0%, 38%, 41%, 20%) |
| LAB | lab(61.3 29.5 16.1) |
| LCH | lch(61.3 33.6 28.6) |
| OKLCH | oklch(0.677 0.098 24.7) |
Copy-ready code
/* CSS */
color: #cd7f79;
background-color: #cd7f79;
/* Tailwind (arbitrary) */
class="text-[#cd7f79] bg-[#cd7f79]"
/* SCSS */
$brand: #cd7f79;
/* SwiftUI */
Color(red: 0.804, green: 0.498, blue: 0.475)
/* Android */
Color.parseColor("#cd7f79")Accessibility — WCAG contrast
Aa
#cd7f79 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd7f79 on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.8%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta38.0%
Yellow41.0%
Key (black)19.6%
Color previews
#cd7f79 text on a black background
contrast 6.91:1
Card sample
#cd7f79 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7f79;
Background color
Panel with #cd7f79 background
background-color: #cd7f79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7f79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 127, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 127, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7f79; background: linear-gradient(135deg, #cd7f79, #CDB779);