#cd545f
a balanced, vivid red · warm · closest name: salmon
RGB
205, 84, 95
HSL
355°, 55%, 57%
CMYK
0, 59, 54, 20
Luminance
0.2015
Every format
| HEX | #cd545f |
| RGB | rgb(205, 84, 95) |
| HSL | hsl(355, 55%, 57%) |
| CMYK | cmyk(0%, 59%, 54%, 20%) |
| LAB | lab(52.0 48.9 18.5) |
| LCH | lch(52.0 52.3 20.7) |
| OKLCH | oklch(0.605 0.154 17.5) |
Copy-ready code
/* CSS */
color: #cd545f;
background-color: #cd545f;
/* Tailwind (arbitrary) */
class="text-[#cd545f] bg-[#cd545f]"
/* SCSS */
$brand: #cd545f;
/* SwiftUI */
Color(red: 0.804, green: 0.329, blue: 0.373)
/* Android */
Color.parseColor("#cd545f")Accessibility — WCAG contrast
Aa
#cd545f on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd545f on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green32.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta59.0%
Yellow53.7%
Key (black)19.6%
Color previews
#cd545f text on a black background
contrast 5.03:1
Card sample
#cd545f text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd545f;
Background color
Panel with #cd545f background
background-color: #cd545f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd545f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 84, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 84, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd545f; background: linear-gradient(135deg, #cd545f, #CD9A54);