#cd604f
a balanced, vivid red · warm · closest name: salmon
RGB
205, 96, 79
HSL
8°, 56%, 56%
CMYK
0, 53, 62, 20
Luminance
0.2191
Every format
| HEX | #cd604f |
| RGB | rgb(205, 96, 79) |
| HSL | hsl(8, 56%, 56%) |
| CMYK | cmyk(0%, 53%, 62%, 20%) |
| LAB | lab(53.9 41.9 30.3) |
| LCH | lch(53.9 51.7 35.9) |
| OKLCH | oklch(0.619 0.142 30.6) |
Copy-ready code
/* CSS */
color: #cd604f;
background-color: #cd604f;
/* Tailwind (arbitrary) */
class="text-[#cd604f] bg-[#cd604f]"
/* SCSS */
$brand: #cd604f;
/* SwiftUI */
Color(red: 0.804, green: 0.376, blue: 0.310)
/* Android */
Color.parseColor("#cd604f")Accessibility — WCAG contrast
Aa
#cd604f on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd604f on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green37.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta53.2%
Yellow61.5%
Key (black)19.6%
Color previews
#cd604f text on a black background
contrast 5.38:1
Card sample
#cd604f text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd604f;
Background color
Panel with #cd604f background
background-color: #cd604f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd604f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 96, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 96, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd604f; background: linear-gradient(135deg, #cd604f, #CDB44F);