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