#df6b13
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 107, 19
HSL
26°, 84%, 48%
CMYK
0, 52, 92, 13
Luminance
0.2625
Every format
| HEX | #df6b13 |
| RGB | rgb(223, 107, 19) |
| HSL | hsl(26, 84%, 48%) |
| CMYK | cmyk(0%, 52%, 92%, 13%) |
| LAB | lab(58.3 41.0 62.7) |
| LCH | lch(58.3 74.9 56.9) |
| OKLCH | oklch(0.656 0.168 49.7) |
Copy-ready code
/* CSS */
color: #df6b13;
background-color: #df6b13;
/* Tailwind (arbitrary) */
class="text-[#df6b13] bg-[#df6b13]"
/* SCSS */
$brand: #df6b13;
/* SwiftUI */
Color(red: 0.875, green: 0.420, blue: 0.075)
/* Android */
Color.parseColor("#df6b13")Accessibility — WCAG contrast
Aa
#df6b13 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6b13 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow91.5%
Key (black)12.5%
Color previews
#df6b13 text on a black background
contrast 6.25:1
Card sample
#df6b13 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6b13;
Background color
Panel with #df6b13 background
background-color: #df6b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 107, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 107, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6b13; background: linear-gradient(135deg, #df6b13, #CBDF13);