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