#df7d00
a dark, electric orange · warm · closest name: chocolate
RGB
223, 125, 0
HSL
34°, 100%, 44%
CMYK
0, 44, 100, 13
Luminance
0.3036
Every format
| HEX | #df7d00 |
| RGB | rgb(223, 125, 0) |
| HSL | hsl(34, 100%, 44%) |
| CMYK | cmyk(0%, 44%, 100%, 13%) |
| LAB | lab(62.0 31.6 68.7) |
| LCH | lch(62.0 75.6 65.3) |
| OKLCH | oklch(0.684 0.160 60.1) |
Copy-ready code
/* CSS */
color: #df7d00;
background-color: #df7d00;
/* Tailwind (arbitrary) */
class="text-[#df7d00] bg-[#df7d00]"
/* SCSS */
$brand: #df7d00;
/* SwiftUI */
Color(red: 0.875, green: 0.490, blue: 0.000)
/* Android */
Color.parseColor("#df7d00")Accessibility — WCAG contrast
Aa
#df7d00 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7d00 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green49.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow100.0%
Key (black)12.5%
Color previews
#df7d00 text on a black background
contrast 7.07:1
Card sample
#df7d00 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7d00;
Background color
Panel with #df7d00 background
background-color: #df7d00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7d00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 125, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 125, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7d00; background: linear-gradient(135deg, #df7d00, #ACDF00);