#df6813
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 104, 19
HSL
25°, 84%, 48%
CMYK
0, 53, 92, 13
Luminance
0.2564
Every format
| HEX | #df6813 |
| RGB | rgb(223, 104, 19) |
| HSL | hsl(25, 84%, 48%) |
| CMYK | cmyk(0%, 53%, 92%, 13%) |
| LAB | lab(57.7 42.4 62.3) |
| LCH | lch(57.7 75.4 55.7) |
| OKLCH | oklch(0.651 0.170 48.3) |
Copy-ready code
/* CSS */
color: #df6813;
background-color: #df6813;
/* Tailwind (arbitrary) */
class="text-[#df6813] bg-[#df6813]"
/* SCSS */
$brand: #df6813;
/* SwiftUI */
Color(red: 0.875, green: 0.408, blue: 0.075)
/* Android */
Color.parseColor("#df6813")Accessibility — WCAG contrast
Aa
#df6813 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6813 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green40.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow91.5%
Key (black)12.5%
Color previews
#df6813 text on a black background
contrast 6.13:1
Card sample
#df6813 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6813;
Background color
Panel with #df6813 background
background-color: #df6813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 104, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 104, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6813; background: linear-gradient(135deg, #df6813, #CEDF13);