#cd583f
a balanced, vivid red · warm · closest name: salmon
RGB
205, 88, 63
HSL
11°, 59%, 53%
CMYK
0, 57, 69, 20
Luminance
0.2032
Every format
| HEX | #cd583f |
| RGB | rgb(205, 88, 63) |
| HSL | hsl(11, 59%, 53%) |
| CMYK | cmyk(0%, 57%, 69%, 20%) |
| LAB | lab(52.2 44.8 37.2) |
| LCH | lch(52.2 58.3 39.7) |
| OKLCH | oklch(0.605 0.154 33.6) |
Copy-ready code
/* CSS */
color: #cd583f;
background-color: #cd583f;
/* Tailwind (arbitrary) */
class="text-[#cd583f] bg-[#cd583f]"
/* SCSS */
$brand: #cd583f;
/* SwiftUI */
Color(red: 0.804, green: 0.345, blue: 0.247)
/* Android */
Color.parseColor("#cd583f")Accessibility — WCAG contrast
Aa
#cd583f on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd583f on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green34.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow69.3%
Key (black)19.6%
Color previews
#cd583f text on a black background
contrast 5.06:1
Card sample
#cd583f text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd583f;
Background color
Panel with #cd583f background
background-color: #cd583f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd583f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 88, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 88, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd583f; background: linear-gradient(135deg, #cd583f, #CDB73F);