#cd4900
a dark, electric orange · warm · closest name: chocolate
RGB
205, 73, 0
HSL
21°, 100%, 40%
CMYK
0, 64, 100, 20
Luminance
0.1774
Every format
| HEX | #cd4900 |
| RGB | rgb(205, 73, 0) |
| HSL | hsl(21, 100%, 40%) |
| CMYK | cmyk(0%, 64%, 100%, 20%) |
| LAB | lab(49.2 50.0 59.9) |
| LCH | lch(49.2 78.0 50.1) |
| OKLCH | oklch(0.581 0.179 40.8) |
Copy-ready code
/* CSS */
color: #cd4900;
background-color: #cd4900;
/* Tailwind (arbitrary) */
class="text-[#cd4900] bg-[#cd4900]"
/* SCSS */
$brand: #cd4900;
/* SwiftUI */
Color(red: 0.804, green: 0.286, blue: 0.000)
/* Android */
Color.parseColor("#cd4900")Accessibility — WCAG contrast
Aa
#cd4900 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd4900 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green28.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow100.0%
Key (black)19.6%
Color previews
#cd4900 text on a black background
contrast 4.55:1
Card sample
#cd4900 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4900;
Background color
Panel with #cd4900 background
background-color: #cd4900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 73, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 73, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4900; background: linear-gradient(135deg, #cd4900, #C8CD00);