#df602d
a balanced, vivid orange · warm · closest name: chocolate
RGB
223, 96, 45
HSL
17°, 74%, 53%
CMYK
0, 57, 80, 13
Luminance
0.2424
Every format
| HEX | #df602d |
| RGB | rgb(223, 96, 45) |
| HSL | hsl(17, 74%, 53%) |
| CMYK | cmyk(0%, 57%, 80%, 13%) |
| LAB | lab(56.3 46.9 51.6) |
| LCH | lch(56.3 69.8 47.7) |
| OKLCH | oklch(0.641 0.171 40.6) |
Copy-ready code
/* CSS */
color: #df602d;
background-color: #df602d;
/* Tailwind (arbitrary) */
class="text-[#df602d] bg-[#df602d]"
/* SCSS */
$brand: #df602d;
/* SwiftUI */
Color(red: 0.875, green: 0.376, blue: 0.176)
/* Android */
Color.parseColor("#df602d")Accessibility — WCAG contrast
Aa
#df602d on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df602d on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.6%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow79.8%
Key (black)12.5%
Color previews
#df602d text on a black background
contrast 5.85:1
Card sample
#df602d text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df602d;
Background color
Panel with #df602d background
background-color: #df602d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df602d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 96, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 96, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df602d; background: linear-gradient(135deg, #df602d, #DFD72D);