#cd4400
a dark, electric orange · warm · closest name: chocolate
RGB
205, 68, 0
HSL
20°, 100%, 40%
CMYK
0, 67, 100, 20
Luminance
0.1711
Every format
| HEX | #cd4400 |
| RGB | rgb(205, 68, 0) |
| HSL | hsl(20, 100%, 40%) |
| CMYK | cmyk(0%, 67%, 100%, 20%) |
| LAB | lab(48.4 52.1 59.5) |
| LCH | lch(48.4 79.0 48.8) |
| OKLCH | oklch(0.575 0.183 39.2) |
Copy-ready code
/* CSS */
color: #cd4400;
background-color: #cd4400;
/* Tailwind (arbitrary) */
class="text-[#cd4400] bg-[#cd4400]"
/* SCSS */
$brand: #cd4400;
/* SwiftUI */
Color(red: 0.804, green: 0.267, blue: 0.000)
/* Android */
Color.parseColor("#cd4400")Accessibility — WCAG contrast
Aa
#cd4400 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd4400 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green26.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta66.8%
Yellow100.0%
Key (black)19.6%
Color previews
#cd4400 text on a black background
contrast 4.42:1
Card sample
#cd4400 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4400;
Background color
Panel with #cd4400 background
background-color: #cd4400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 68, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 68, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4400; background: linear-gradient(135deg, #cd4400, #CDCD00);