#df7400
a dark, electric orange · warm · closest name: chocolate
RGB
223, 116, 0
HSL
31°, 100%, 44%
CMYK
0, 48, 100, 13
Luminance
0.2818
Every format
| HEX | #df7400 |
| RGB | rgb(223, 116, 0) |
| HSL | hsl(31, 100%, 44%) |
| CMYK | cmyk(0%, 48%, 100%, 13%) |
| LAB | lab(60.0 36.2 67.5) |
| LCH | lch(60.0 76.6 61.8) |
| OKLCH | oklch(0.669 0.165 55.4) |
Copy-ready code
/* CSS */
color: #df7400;
background-color: #df7400;
/* Tailwind (arbitrary) */
class="text-[#df7400] bg-[#df7400]"
/* SCSS */
$brand: #df7400;
/* SwiftUI */
Color(red: 0.875, green: 0.455, blue: 0.000)
/* Android */
Color.parseColor("#df7400")Accessibility — WCAG contrast
Aa
#df7400 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7400 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow100.0%
Key (black)12.5%
Color previews
#df7400 text on a black background
contrast 6.64:1
Card sample
#df7400 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7400;
Background color
Panel with #df7400 background
background-color: #df7400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 116, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 116, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7400; background: linear-gradient(135deg, #df7400, #B5DF00);