#df6700
a dark, electric orange · warm · closest name: chocolate
RGB
223, 103, 0
HSL
28°, 100%, 44%
CMYK
0, 54, 100, 13
Luminance
0.2539
Every format
| HEX | #df6700 |
| RGB | rgb(223, 103, 0) |
| HSL | hsl(28, 100%, 44%) |
| CMYK | cmyk(0%, 54%, 100%, 13%) |
| LAB | lab(57.5 42.7 66.0) |
| LCH | lch(57.5 78.6 57.1) |
| OKLCH | oklch(0.649 0.173 49.3) |
Copy-ready code
/* CSS */
color: #df6700;
background-color: #df6700;
/* Tailwind (arbitrary) */
class="text-[#df6700] bg-[#df6700]"
/* SCSS */
$brand: #df6700;
/* SwiftUI */
Color(red: 0.875, green: 0.404, blue: 0.000)
/* Android */
Color.parseColor("#df6700")Accessibility — WCAG contrast
Aa
#df6700 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6700 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green40.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow100.0%
Key (black)12.5%
Color previews
#df6700 text on a black background
contrast 6.08:1
Card sample
#df6700 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6700;
Background color
Panel with #df6700 background
background-color: #df6700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 103, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 103, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6700; background: linear-gradient(135deg, #df6700, #C2DF00);