#df6d13
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 109, 19
HSL
27°, 84%, 48%
CMYK
0, 51, 92, 13
Luminance
0.2667
Every format
| HEX | #df6d13 |
| RGB | rgb(223, 109, 19) |
| HSL | hsl(27, 84%, 48%) |
| CMYK | cmyk(0%, 51%, 92%, 13%) |
| LAB | lab(58.7 40.0 63.0) |
| LCH | lch(58.7 74.6 57.6) |
| OKLCH | oklch(0.659 0.167 50.6) |
Copy-ready code
/* CSS */
color: #df6d13;
background-color: #df6d13;
/* Tailwind (arbitrary) */
class="text-[#df6d13] bg-[#df6d13]"
/* SCSS */
$brand: #df6d13;
/* SwiftUI */
Color(red: 0.875, green: 0.427, blue: 0.075)
/* Android */
Color.parseColor("#df6d13")Accessibility — WCAG contrast
Aa
#df6d13 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6d13 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow91.5%
Key (black)12.5%
Color previews
#df6d13 text on a black background
contrast 6.33:1
Card sample
#df6d13 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6d13;
Background color
Panel with #df6d13 background
background-color: #df6d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 109, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 109, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6d13; background: linear-gradient(135deg, #df6d13, #C9DF13);