#df862d
a balanced, vivid orange · warm · closest name: chocolate
RGB
223, 134, 45
HSL
30°, 74%, 53%
CMYK
0, 40, 80, 13
Luminance
0.3293
Every format
| HEX | #df862d |
| RGB | rgb(223, 134, 45) |
| HSL | hsl(30, 74%, 53%) |
| CMYK | cmyk(0%, 40%, 80%, 13%) |
| LAB | lab(64.1 27.6 58.9) |
| LCH | lch(64.1 65.1 64.9) |
| OKLCH | oklch(0.701 0.146 60.5) |
Copy-ready code
/* CSS */
color: #df862d;
background-color: #df862d;
/* Tailwind (arbitrary) */
class="text-[#df862d] bg-[#df862d]"
/* SCSS */
$brand: #df862d;
/* SwiftUI */
Color(red: 0.875, green: 0.525, blue: 0.176)
/* Android */
Color.parseColor("#df862d")Accessibility — WCAG contrast
Aa
#df862d on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df862d on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green52.5%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow79.8%
Key (black)12.5%
Color previews
#df862d text on a black background
contrast 7.59:1
Card sample
#df862d text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df862d;
Background color
Panel with #df862d background
background-color: #df862d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df862d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 134, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 134, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df862d; background: linear-gradient(135deg, #df862d, #C1DF2D);