#df6014
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 96, 20
HSL
23°, 84%, 48%
CMYK
0, 57, 91, 13
Luminance
0.2410
Every format
| HEX | #df6014 |
| RGB | rgb(223, 96, 20) |
| HSL | hsl(23, 84%, 48%) |
| CMYK | cmyk(0%, 57%, 91%, 13%) |
| LAB | lab(56.2 46.3 61.0) |
| LCH | lch(56.2 76.6 52.8) |
| OKLCH | oklch(0.640 0.176 44.8) |
Copy-ready code
/* CSS */
color: #df6014;
background-color: #df6014;
/* Tailwind (arbitrary) */
class="text-[#df6014] bg-[#df6014]"
/* SCSS */
$brand: #df6014;
/* SwiftUI */
Color(red: 0.875, green: 0.376, blue: 0.078)
/* Android */
Color.parseColor("#df6014")Accessibility — WCAG contrast
Aa
#df6014 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6014 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.6%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow91.0%
Key (black)12.5%
Color previews
#df6014 text on a black background
contrast 5.82:1
Card sample
#df6014 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6014;
Background color
Panel with #df6014 background
background-color: #df6014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 96, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 96, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6014; background: linear-gradient(135deg, #df6014, #D6DF14);