#df5b0c
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 91, 12
HSL
23°, 90%, 46%
CMYK
0, 59, 95, 13
Luminance
0.2320
Every format
| HEX | #df5b0c |
| RGB | rgb(223, 91, 12) |
| HSL | hsl(23, 90%, 46%) |
| CMYK | cmyk(0%, 59%, 95%, 13%) |
| LAB | lab(55.3 48.5 62.3) |
| LCH | lch(55.3 79.0 52.1) |
| OKLCH | oklch(0.633 0.181 43.7) |
Copy-ready code
/* CSS */
color: #df5b0c;
background-color: #df5b0c;
/* Tailwind (arbitrary) */
class="text-[#df5b0c] bg-[#df5b0c]"
/* SCSS */
$brand: #df5b0c;
/* SwiftUI */
Color(red: 0.875, green: 0.357, blue: 0.047)
/* Android */
Color.parseColor("#df5b0c")Accessibility — WCAG contrast
Aa
#df5b0c on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5b0c on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green35.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow94.6%
Key (black)12.5%
Color previews
#df5b0c text on a black background
contrast 5.64:1
Card sample
#df5b0c text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5b0c;
Background color
Panel with #df5b0c background
background-color: #df5b0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5b0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 91, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 91, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5b0c; background: linear-gradient(135deg, #df5b0c, #D6DF0C);