#cd720b
a dark, electric orange · warm · closest name: chocolate
RGB
205, 114, 11
HSL
32°, 90%, 42%
CMYK
0, 44, 95, 20
Luminance
0.2504
Every format
| HEX | #cd720b |
| RGB | rgb(205, 114, 11) |
| HSL | hsl(32, 90%, 42%) |
| CMYK | cmyk(0%, 44%, 95%, 20%) |
| LAB | lab(57.1 30.0 62.5) |
| LCH | lch(57.1 69.3 64.4) |
| OKLCH | oklch(0.641 0.149 59.0) |
Copy-ready code
/* CSS */
color: #cd720b;
background-color: #cd720b;
/* Tailwind (arbitrary) */
class="text-[#cd720b] bg-[#cd720b]"
/* SCSS */
$brand: #cd720b;
/* SwiftUI */
Color(red: 0.804, green: 0.447, blue: 0.043)
/* Android */
Color.parseColor("#cd720b")Accessibility — WCAG contrast
Aa
#cd720b on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd720b on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green44.7%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow94.6%
Key (black)19.6%
Color previews
#cd720b text on a black background
contrast 6.01:1
Card sample
#cd720b text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd720b;
Background color
Panel with #cd720b background
background-color: #cd720b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd720b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 114, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 114, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd720b; background: linear-gradient(135deg, #cd720b, #A7CD0B);