#cd482f
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 72, 47
HSL
10°, 63%, 49%
CMYK
0, 65, 77, 20
Luminance
0.1782
Every format
| HEX | #cd482f |
| RGB | rgb(205, 72, 47) |
| HSL | hsl(10, 63%, 49%) |
| CMYK | cmyk(0%, 65%, 77%, 20%) |
| LAB | lab(49.3 51.4 42.6) |
| LCH | lch(49.3 66.7 39.7) |
| OKLCH | oklch(0.582 0.173 32.8) |
Copy-ready code
/* CSS */
color: #cd482f;
background-color: #cd482f;
/* Tailwind (arbitrary) */
class="text-[#cd482f] bg-[#cd482f]"
/* SCSS */
$brand: #cd482f;
/* SwiftUI */
Color(red: 0.804, green: 0.282, blue: 0.184)
/* Android */
Color.parseColor("#cd482f")Accessibility — WCAG contrast
Aa
#cd482f on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd482f on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green28.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow77.1%
Key (black)19.6%
Color previews
#cd482f text on a black background
contrast 4.56:1
Card sample
#cd482f text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd482f;
Background color
Panel with #cd482f background
background-color: #cd482f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd482f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 72, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 72, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd482f; background: linear-gradient(135deg, #cd482f, #CDB12F);