#df642d
a balanced, vivid orange · warm · closest name: chocolate
RGB
223, 100, 45
HSL
19°, 74%, 53%
CMYK
0, 55, 80, 13
Luminance
0.2499
Every format
| HEX | #df642d |
| RGB | rgb(223, 100, 45) |
| HSL | hsl(19, 74%, 53%) |
| CMYK | cmyk(0%, 55%, 80%, 13%) |
| LAB | lab(57.1 45.0 52.3) |
| LCH | lch(57.1 69.0 49.3) |
| OKLCH | oklch(0.647 0.168 42.3) |
Copy-ready code
/* CSS */
color: #df642d;
background-color: #df642d;
/* Tailwind (arbitrary) */
class="text-[#df642d] bg-[#df642d]"
/* SCSS */
$brand: #df642d;
/* SwiftUI */
Color(red: 0.875, green: 0.392, blue: 0.176)
/* Android */
Color.parseColor("#df642d")Accessibility — WCAG contrast
Aa
#df642d on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df642d on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.2%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow79.8%
Key (black)12.5%
Color previews
#df642d text on a black background
contrast 6.00:1
Card sample
#df642d text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df642d;
Background color
Panel with #df642d background
background-color: #df642d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df642d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 100, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 100, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df642d; background: linear-gradient(135deg, #df642d, #DFDB2D);