#df581b
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 88, 27
HSL
19°, 78%, 49%
CMYK
0, 61, 88, 13
Luminance
0.2275
Every format
| HEX | #df581b |
| RGB | rgb(223, 88, 27) |
| HSL | hsl(19, 78%, 49%) |
| CMYK | cmyk(0%, 61%, 88%, 13%) |
| LAB | lab(54.8 50.1 57.7) |
| LCH | lch(54.8 76.4 49.0) |
| OKLCH | oklch(0.629 0.182 40.9) |
Copy-ready code
/* CSS */
color: #df581b;
background-color: #df581b;
/* Tailwind (arbitrary) */
class="text-[#df581b] bg-[#df581b]"
/* SCSS */
$brand: #df581b;
/* SwiftUI */
Color(red: 0.875, green: 0.345, blue: 0.106)
/* Android */
Color.parseColor("#df581b")Accessibility — WCAG contrast
Aa
#df581b on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df581b on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green34.5%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow87.9%
Key (black)12.5%
Color previews
#df581b text on a black background
contrast 5.55:1
Card sample
#df581b text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df581b;
Background color
Panel with #df581b background
background-color: #df581b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df581b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 88, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 88, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df581b; background: linear-gradient(135deg, #df581b, #DFDB1B);