#df7813
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 120, 19
HSL
30°, 84%, 48%
CMYK
0, 46, 92, 13
Luminance
0.2917
Every format
| HEX | #df7813 |
| RGB | rgb(223, 120, 19) |
| HSL | hsl(30, 84%, 48%) |
| CMYK | cmyk(0%, 46%, 92%, 13%) |
| LAB | lab(60.9 34.4 64.6) |
| LCH | lch(60.9 73.2 62.0) |
| OKLCH | oklch(0.676 0.160 56.1) |
Copy-ready code
/* CSS */
color: #df7813;
background-color: #df7813;
/* Tailwind (arbitrary) */
class="text-[#df7813] bg-[#df7813]"
/* SCSS */
$brand: #df7813;
/* SwiftUI */
Color(red: 0.875, green: 0.471, blue: 0.075)
/* Android */
Color.parseColor("#df7813")Accessibility — WCAG contrast
Aa
#df7813 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7813 on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green47.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow91.5%
Key (black)12.5%
Color previews
#df7813 text on a black background
contrast 6.83:1
Card sample
#df7813 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7813;
Background color
Panel with #df7813 background
background-color: #df7813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 120, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 120, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7813; background: linear-gradient(135deg, #df7813, #BEDF13);