#df840f
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 132, 15
HSL
34°, 87%, 47%
CMYK
0, 41, 93, 13
Luminance
0.3222
Every format
| HEX | #df840f |
| RGB | rgb(223, 132, 15) |
| HSL | hsl(34, 87%, 47%) |
| CMYK | cmyk(0%, 41%, 93%, 13%) |
| LAB | lab(63.5 28.0 67.3) |
| LCH | lch(63.5 72.9 67.4) |
| OKLCH | oklch(0.696 0.155 63.1) |
Copy-ready code
/* CSS */
color: #df840f;
background-color: #df840f;
/* Tailwind (arbitrary) */
class="text-[#df840f] bg-[#df840f]"
/* SCSS */
$brand: #df840f;
/* SwiftUI */
Color(red: 0.875, green: 0.518, blue: 0.059)
/* Android */
Color.parseColor("#df840f")Accessibility — WCAG contrast
Aa
#df840f on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df840f on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow93.3%
Key (black)12.5%
Color previews
#df840f text on a black background
contrast 7.44:1
Card sample
#df840f text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df840f;
Background color
Panel with #df840f background
background-color: #df840f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df840f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 132, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 132, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df840f; background: linear-gradient(135deg, #df840f, #AFDF0F);