#cd554f
a balanced, vivid red · warm · closest name: salmon
RGB
205, 85, 79
HSL
3°, 56%, 56%
CMYK
0, 59, 62, 20
Luminance
0.2004
Every format
| HEX | #cd554f |
| RGB | rgb(205, 85, 79) |
| HSL | hsl(3, 56%, 56%) |
| CMYK | cmyk(0%, 59%, 62%, 20%) |
| LAB | lab(51.9 47.2 27.7) |
| LCH | lch(51.9 54.8 30.4) |
| OKLCH | oklch(0.603 0.154 25.6) |
Copy-ready code
/* CSS */
color: #cd554f;
background-color: #cd554f;
/* Tailwind (arbitrary) */
class="text-[#cd554f] bg-[#cd554f]"
/* SCSS */
$brand: #cd554f;
/* SwiftUI */
Color(red: 0.804, green: 0.333, blue: 0.310)
/* Android */
Color.parseColor("#cd554f")Accessibility — WCAG contrast
Aa
#cd554f on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd554f on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green33.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow61.5%
Key (black)19.6%
Color previews
#cd554f text on a black background
contrast 5.01:1
Card sample
#cd554f text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd554f;
Background color
Panel with #cd554f background
background-color: #cd554f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd554f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 85, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 85, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd554f; background: linear-gradient(135deg, #cd554f, #CDA94F);