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