#cd5010
a dark, electric orange · warm · closest name: chocolate
RGB
205, 80, 16
HSL
20°, 86%, 43%
CMYK
0, 61, 92, 20
Luminance
0.1875
Every format
| HEX | #cd5010 |
| RGB | rgb(205, 80, 16) |
| HSL | hsl(20, 86%, 43%) |
| CMYK | cmyk(0%, 61%, 92%, 20%) |
| LAB | lab(50.4 47.0 56.7) |
| LCH | lch(50.4 73.7 50.3) |
| OKLCH | oklch(0.590 0.172 41.9) |
Copy-ready code
/* CSS */
color: #cd5010;
background-color: #cd5010;
/* Tailwind (arbitrary) */
class="text-[#cd5010] bg-[#cd5010]"
/* SCSS */
$brand: #cd5010;
/* SwiftUI */
Color(red: 0.804, green: 0.314, blue: 0.063)
/* Android */
Color.parseColor("#cd5010")Accessibility — WCAG contrast
Aa
#cd5010 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5010 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.4%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow92.2%
Key (black)19.6%
Color previews
#cd5010 text on a black background
contrast 4.75:1
Card sample
#cd5010 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5010;
Background color
Panel with #cd5010 background
background-color: #cd5010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 80, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 80, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5010; background: linear-gradient(135deg, #cd5010, #CCCD10);