#cd4821
a balanced, vivid red · warm · closest name: tomato
RGB
205, 72, 33
HSL
14°, 72%, 47%
CMYK
0, 65, 84, 20
Luminance
0.1772
Every format
| HEX | #cd4821 |
| RGB | rgb(205, 72, 33) |
| HSL | hsl(14, 72%, 47%) |
| CMYK | cmyk(0%, 65%, 84%, 20%) |
| LAB | lab(49.2 50.9 49.4) |
| LCH | lch(49.2 70.9 44.1) |
| OKLCH | oklch(0.581 0.176 36.3) |
Copy-ready code
/* CSS */
color: #cd4821;
background-color: #cd4821;
/* Tailwind (arbitrary) */
class="text-[#cd4821] bg-[#cd4821]"
/* SCSS */
$brand: #cd4821;
/* SwiftUI */
Color(red: 0.804, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#cd4821")Accessibility — WCAG contrast
Aa
#cd4821 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd4821 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow83.9%
Key (black)19.6%
Color previews
#cd4821 text on a black background
contrast 4.54:1
Card sample
#cd4821 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4821;
Background color
Panel with #cd4821 background
background-color: #cd4821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4821; background: linear-gradient(135deg, #cd4821, #CDBB21);