#df7600
a dark, electric orange · warm · closest name: chocolate
RGB
223, 118, 0
HSL
32°, 100%, 44%
CMYK
0, 47, 100, 13
Luminance
0.2864
Every format
| HEX | #df7600 |
| RGB | rgb(223, 118, 0) |
| HSL | hsl(32, 100%, 44%) |
| CMYK | cmyk(0%, 47%, 100%, 13%) |
| LAB | lab(60.5 35.2 67.7) |
| LCH | lch(60.5 76.3 62.6) |
| OKLCH | oklch(0.672 0.164 56.4) |
Copy-ready code
/* CSS */
color: #df7600;
background-color: #df7600;
/* Tailwind (arbitrary) */
class="text-[#df7600] bg-[#df7600]"
/* SCSS */
$brand: #df7600;
/* SwiftUI */
Color(red: 0.875, green: 0.463, blue: 0.000)
/* Android */
Color.parseColor("#df7600")Accessibility — WCAG contrast
Aa
#df7600 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7600 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green46.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow100.0%
Key (black)12.5%
Color previews
#df7600 text on a black background
contrast 6.73:1
Card sample
#df7600 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7600;
Background color
Panel with #df7600 background
background-color: #df7600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 118, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 118, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7600; background: linear-gradient(135deg, #df7600, #B3DF00);