#cd495f
a balanced, vivid red · warm · closest name: salmon
RGB
205, 73, 95
HSL
350°, 57%, 55%
CMYK
0, 64, 54, 20
Luminance
0.1857
Every format
| HEX | #cd495f |
| RGB | rgb(205, 73, 95) |
| HSL | hsl(350, 57%, 55%) |
| CMYK | cmyk(0%, 64%, 54%, 20%) |
| LAB | lab(50.2 53.7 16.0) |
| LCH | lch(50.2 56.1 16.6) |
| OKLCH | oklch(0.592 0.167 13.9) |
Copy-ready code
/* CSS */
color: #cd495f;
background-color: #cd495f;
/* Tailwind (arbitrary) */
class="text-[#cd495f] bg-[#cd495f]"
/* SCSS */
$brand: #cd495f;
/* SwiftUI */
Color(red: 0.804, green: 0.286, blue: 0.373)
/* Android */
Color.parseColor("#cd495f")Accessibility — WCAG contrast
Aa
#cd495f on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd495f on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green28.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow53.7%
Key (black)19.6%
Color previews
#cd495f text on a black background
contrast 4.71:1
Card sample
#cd495f text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd495f;
Background color
Panel with #cd495f background
background-color: #cd495f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd495f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 73, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 73, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd495f; background: linear-gradient(135deg, #cd495f, #CD8B49);