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