#df800c
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 128, 12
HSL
33°, 90%, 46%
CMYK
0, 43, 95, 13
Luminance
0.3115
Every format
| HEX | #df800c |
| RGB | rgb(223, 128, 12) |
| HSL | hsl(33, 90%, 46%) |
| CMYK | cmyk(0%, 43%, 95%, 13%) |
| LAB | lab(62.6 30.1 67.2) |
| LCH | lch(62.6 73.7 65.9) |
| OKLCH | oklch(0.689 0.157 61.0) |
Copy-ready code
/* CSS */
color: #df800c;
background-color: #df800c;
/* Tailwind (arbitrary) */
class="text-[#df800c] bg-[#df800c]"
/* SCSS */
$brand: #df800c;
/* SwiftUI */
Color(red: 0.875, green: 0.502, blue: 0.047)
/* Android */
Color.parseColor("#df800c")Accessibility — WCAG contrast
Aa
#df800c on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df800c on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green50.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow94.6%
Key (black)12.5%
Color previews
#df800c text on a black background
contrast 7.23:1
Card sample
#df800c text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df800c;
Background color
Panel with #df800c background
background-color: #df800c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df800c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 128, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 128, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df800c; background: linear-gradient(135deg, #df800c, #B1DF0C);