#df7013
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 112, 19
HSL
27°, 84%, 48%
CMYK
0, 50, 92, 13
Luminance
0.2732
Every format
| HEX | #df7013 |
| RGB | rgb(223, 112, 19) |
| HSL | hsl(27, 84%, 48%) |
| CMYK | cmyk(0%, 50%, 92%, 13%) |
| LAB | lab(59.3 38.5 63.4) |
| LCH | lch(59.3 74.2 58.8) |
| OKLCH | oklch(0.663 0.165 52.1) |
Copy-ready code
/* CSS */
color: #df7013;
background-color: #df7013;
/* Tailwind (arbitrary) */
class="text-[#df7013] bg-[#df7013]"
/* SCSS */
$brand: #df7013;
/* SwiftUI */
Color(red: 0.875, green: 0.439, blue: 0.075)
/* Android */
Color.parseColor("#df7013")Accessibility — WCAG contrast
Aa
#df7013 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7013 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow91.5%
Key (black)12.5%
Color previews
#df7013 text on a black background
contrast 6.46:1
Card sample
#df7013 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7013;
Background color
Panel with #df7013 background
background-color: #df7013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 112, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 112, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7013; background: linear-gradient(135deg, #df7013, #C6DF13);