#df6213
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 98, 19
HSL
23°, 84%, 48%
CMYK
0, 56, 92, 13
Luminance
0.2447
Every format
| HEX | #df6213 |
| RGB | rgb(223, 98, 19) |
| HSL | hsl(23, 84%, 48%) |
| CMYK | cmyk(0%, 56%, 92%, 13%) |
| LAB | lab(56.6 45.4 61.5) |
| LCH | lch(56.6 76.4 53.6) |
| OKLCH | oklch(0.642 0.175 45.8) |
Copy-ready code
/* CSS */
color: #df6213;
background-color: #df6213;
/* Tailwind (arbitrary) */
class="text-[#df6213] bg-[#df6213]"
/* SCSS */
$brand: #df6213;
/* SwiftUI */
Color(red: 0.875, green: 0.384, blue: 0.075)
/* Android */
Color.parseColor("#df6213")Accessibility — WCAG contrast
Aa
#df6213 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6213 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow91.5%
Key (black)12.5%
Color previews
#df6213 text on a black background
contrast 5.89:1
Card sample
#df6213 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6213;
Background color
Panel with #df6213 background
background-color: #df6213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 98, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 98, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6213; background: linear-gradient(135deg, #df6213, #D4DF13);