#cd560b
a dark, electric orange · warm · closest name: chocolate
RGB
205, 86, 11
HSL
23°, 90%, 42%
CMYK
0, 58, 95, 20
Luminance
0.1966
Every format
| HEX | #cd560b |
| RGB | rgb(205, 86, 11) |
| HSL | hsl(23, 90%, 42%) |
| CMYK | cmyk(0%, 58%, 95%, 20%) |
| LAB | lab(51.5 44.2 58.6) |
| LCH | lch(51.5 73.4 53.0) |
| OKLCH | oklch(0.598 0.168 44.8) |
Copy-ready code
/* CSS */
color: #cd560b;
background-color: #cd560b;
/* Tailwind (arbitrary) */
class="text-[#cd560b] bg-[#cd560b]"
/* SCSS */
$brand: #cd560b;
/* SwiftUI */
Color(red: 0.804, green: 0.337, blue: 0.043)
/* Android */
Color.parseColor("#cd560b")Accessibility — WCAG contrast
Aa
#cd560b on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd560b on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green33.7%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow94.6%
Key (black)19.6%
Color previews
#cd560b text on a black background
contrast 4.93:1
Card sample
#cd560b text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd560b;
Background color
Panel with #cd560b background
background-color: #cd560b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd560b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 86, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 86, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd560b; background: linear-gradient(135deg, #cd560b, #C3CD0B);