#df7b13
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 123, 19
HSL
31°, 84%, 48%
CMYK
0, 45, 92, 13
Luminance
0.2990
Every format
| HEX | #df7b13 |
| RGB | rgb(223, 123, 19) |
| HSL | hsl(31, 84%, 48%) |
| CMYK | cmyk(0%, 45%, 92%, 13%) |
| LAB | lab(61.6 32.8 65.1) |
| LCH | lch(61.6 72.9 63.3) |
| OKLCH | oklch(0.681 0.159 57.7) |
Copy-ready code
/* CSS */
color: #df7b13;
background-color: #df7b13;
/* Tailwind (arbitrary) */
class="text-[#df7b13] bg-[#df7b13]"
/* SCSS */
$brand: #df7b13;
/* SwiftUI */
Color(red: 0.875, green: 0.482, blue: 0.075)
/* Android */
Color.parseColor("#df7b13")Accessibility — WCAG contrast
Aa
#df7b13 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7b13 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow91.5%
Key (black)12.5%
Color previews
#df7b13 text on a black background
contrast 6.98:1
Card sample
#df7b13 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7b13;
Background color
Panel with #df7b13 background
background-color: #df7b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 123, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 123, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7b13; background: linear-gradient(135deg, #df7b13, #BBDF13);