#cd570b
a dark, electric orange · warm · closest name: chocolate
RGB
205, 87, 11
HSL
24°, 90%, 42%
CMYK
0, 58, 95, 20
Luminance
0.1982
Every format
| HEX | #cd570b |
| RGB | rgb(205, 87, 11) |
| HSL | hsl(24, 90%, 42%) |
| CMYK | cmyk(0%, 58%, 95%, 20%) |
| LAB | lab(51.6 43.7 58.8) |
| LCH | lch(51.6 73.2 53.4) |
| OKLCH | oklch(0.600 0.167 45.2) |
Copy-ready code
/* CSS */
color: #cd570b;
background-color: #cd570b;
/* Tailwind (arbitrary) */
class="text-[#cd570b] bg-[#cd570b]"
/* SCSS */
$brand: #cd570b;
/* SwiftUI */
Color(red: 0.804, green: 0.341, blue: 0.043)
/* Android */
Color.parseColor("#cd570b")Accessibility — WCAG contrast
Aa
#cd570b on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd570b on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green34.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow94.6%
Key (black)19.6%
Color previews
#cd570b text on a black background
contrast 4.96:1
Card sample
#cd570b text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd570b;
Background color
Panel with #cd570b background
background-color: #cd570b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd570b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 87, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 87, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd570b; background: linear-gradient(135deg, #cd570b, #C2CD0B);