#cd503f
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 80, 63
HSL
7°, 59%, 53%
CMYK
0, 61, 69, 20
Luminance
0.1908
Every format
| HEX | #cd503f |
| RGB | rgb(205, 80, 63) |
| HSL | hsl(7, 59%, 53%) |
| CMYK | cmyk(0%, 61%, 69%, 20%) |
| LAB | lab(50.8 48.5 35.5) |
| LCH | lch(50.8 60.2 36.2) |
| OKLCH | oklch(0.594 0.162 30.3) |
Copy-ready code
/* CSS */
color: #cd503f;
background-color: #cd503f;
/* Tailwind (arbitrary) */
class="text-[#cd503f] bg-[#cd503f]"
/* SCSS */
$brand: #cd503f;
/* SwiftUI */
Color(red: 0.804, green: 0.314, blue: 0.247)
/* Android */
Color.parseColor("#cd503f")Accessibility — WCAG contrast
Aa
#cd503f on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd503f on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow69.3%
Key (black)19.6%
Color previews
#cd503f text on a black background
contrast 4.82:1
Card sample
#cd503f text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd503f;
Background color
Panel with #cd503f background
background-color: #cd503f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd503f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 80, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 80, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd503f; background: linear-gradient(135deg, #cd503f, #CDAF3F);