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