#cd4010
a dark, electric orange · warm · closest name: tomato
RGB
205, 64, 16
HSL
15°, 86%, 43%
CMYK
0, 69, 92, 20
Luminance
0.1668
Every format
| HEX | #cd4010 |
| RGB | rgb(205, 64, 16) |
| HSL | hsl(15, 86%, 43%) |
| CMYK | cmyk(0%, 69%, 92%, 20%) |
| LAB | lab(47.9 53.8 55.0) |
| LCH | lch(47.9 76.9 45.6) |
| OKLCH | oklch(0.571 0.185 36.6) |
Copy-ready code
/* CSS */
color: #cd4010;
background-color: #cd4010;
/* Tailwind (arbitrary) */
class="text-[#cd4010] bg-[#cd4010]"
/* SCSS */
$brand: #cd4010;
/* SwiftUI */
Color(red: 0.804, green: 0.251, blue: 0.063)
/* Android */
Color.parseColor("#cd4010")Accessibility — WCAG contrast
Aa
#cd4010 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd4010 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green25.1%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow92.2%
Key (black)19.6%
Color previews
#cd4010 text on a black background
contrast 4.34:1
Card sample
#cd4010 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4010;
Background color
Panel with #cd4010 background
background-color: #cd4010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 64, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 64, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4010; background: linear-gradient(135deg, #cd4010, #CDBE10);