#dc5d13
a balanced, electric orange · warm · closest name: chocolate
RGB
220, 93, 19
HSL
22°, 84%, 47%
CMYK
0, 58, 91, 14
Luminance
0.2309
Every format
| HEX | #dc5d13 |
| RGB | rgb(220, 93, 19) |
| HSL | hsl(22, 84%, 47%) |
| CMYK | cmyk(0%, 58%, 91%, 14%) |
| LAB | lab(55.2 46.6 60.3) |
| LCH | lch(55.2 76.2 52.3) |
| OKLCH | oklch(0.631 0.176 44.3) |
Copy-ready code
/* CSS */
color: #dc5d13;
background-color: #dc5d13;
/* Tailwind (arbitrary) */
class="text-[#dc5d13] bg-[#dc5d13]"
/* SCSS */
$brand: #dc5d13;
/* SwiftUI */
Color(red: 0.863, green: 0.365, blue: 0.075)
/* Android */
Color.parseColor("#dc5d13")Accessibility — WCAG contrast
Aa
#dc5d13 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc5d13 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green36.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow91.4%
Key (black)13.7%
Color previews
#dc5d13 text on a black background
contrast 5.62:1
Card sample
#dc5d13 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc5d13;
Background color
Panel with #dc5d13 background
background-color: #dc5d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc5d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 93, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 93, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc5d13; background: linear-gradient(135deg, #dc5d13, #D5DC13);