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