#df6803
a dark, electric orange · warm · closest name: chocolate
RGB
223, 104, 3
HSL
28°, 97%, 44%
CMYK
0, 53, 99, 13
Luminance
0.2560
Every format
| HEX | #df6803 |
| RGB | rgb(223, 104, 3) |
| HSL | hsl(28, 97%, 44%) |
| CMYK | cmyk(0%, 53%, 99%, 13%) |
| LAB | lab(57.7 42.3 65.5) |
| LCH | lch(57.7 78.0 57.2) |
| OKLCH | oklch(0.651 0.172 49.5) |
Copy-ready code
/* CSS */
color: #df6803;
background-color: #df6803;
/* Tailwind (arbitrary) */
class="text-[#df6803] bg-[#df6803]"
/* SCSS */
$brand: #df6803;
/* SwiftUI */
Color(red: 0.875, green: 0.408, blue: 0.012)
/* Android */
Color.parseColor("#df6803")Accessibility — WCAG contrast
Aa
#df6803 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6803 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green40.8%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow98.7%
Key (black)12.5%
Color previews
#df6803 text on a black background
contrast 6.12:1
Card sample
#df6803 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6803;
Background color
Panel with #df6803 background
background-color: #df6803;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6803;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 104, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 104, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6803; background: linear-gradient(135deg, #df6803, #C3DF03);