#df7702
a dark, electric orange · warm · closest name: chocolate
RGB
223, 119, 2
HSL
32°, 98%, 44%
CMYK
0, 47, 99, 13
Luminance
0.2889
Every format
| HEX | #df7702 |
| RGB | rgb(223, 119, 2) |
| HSL | hsl(32, 98%, 44%) |
| CMYK | cmyk(0%, 47%, 99%, 13%) |
| LAB | lab(60.7 34.7 67.5) |
| LCH | lch(60.7 75.9 62.8) |
| OKLCH | oklch(0.674 0.163 56.8) |
Copy-ready code
/* CSS */
color: #df7702;
background-color: #df7702;
/* Tailwind (arbitrary) */
class="text-[#df7702] bg-[#df7702]"
/* SCSS */
$brand: #df7702;
/* SwiftUI */
Color(red: 0.875, green: 0.467, blue: 0.008)
/* Android */
Color.parseColor("#df7702")Accessibility — WCAG contrast
Aa
#df7702 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7702 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green46.7%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow99.1%
Key (black)12.5%
Color previews
#df7702 text on a black background
contrast 6.78:1
Card sample
#df7702 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7702;
Background color
Panel with #df7702 background
background-color: #df7702;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7702;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 119, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 119, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7702; background: linear-gradient(135deg, #df7702, #B3DF02);