#df8213
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 130, 19
HSL
33°, 84%, 48%
CMYK
0, 42, 92, 13
Luminance
0.3170
Every format
| HEX | #df8213 |
| RGB | rgb(223, 130, 19) |
| HSL | hsl(33, 84%, 48%) |
| CMYK | cmyk(0%, 42%, 92%, 13%) |
| LAB | lab(63.1 29.1 66.2) |
| LCH | lch(63.1 72.3 66.3) |
| OKLCH | oklch(0.693 0.155 61.6) |
Copy-ready code
/* CSS */
color: #df8213;
background-color: #df8213;
/* Tailwind (arbitrary) */
class="text-[#df8213] bg-[#df8213]"
/* SCSS */
$brand: #df8213;
/* SwiftUI */
Color(red: 0.875, green: 0.510, blue: 0.075)
/* Android */
Color.parseColor("#df8213")Accessibility — WCAG contrast
Aa
#df8213 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8213 on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow91.5%
Key (black)12.5%
Color previews
#df8213 text on a black background
contrast 7.34:1
Card sample
#df8213 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8213;
Background color
Panel with #df8213 background
background-color: #df8213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 130, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 130, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8213; background: linear-gradient(135deg, #df8213, #B4DF13);