#df6c00
a dark, electric orange · warm · closest name: chocolate
RGB
223, 108, 0
HSL
29°, 100%, 44%
CMYK
0, 52, 100, 13
Luminance
0.2641
Every format
| HEX | #df6c00 |
| RGB | rgb(223, 108, 0) |
| HSL | hsl(29, 100%, 44%) |
| CMYK | cmyk(0%, 52%, 100%, 13%) |
| LAB | lab(58.4 40.3 66.5) |
| LCH | lch(58.4 77.8 58.8) |
| OKLCH | oklch(0.657 0.170 51.5) |
Copy-ready code
/* CSS */
color: #df6c00;
background-color: #df6c00;
/* Tailwind (arbitrary) */
class="text-[#df6c00] bg-[#df6c00]"
/* SCSS */
$brand: #df6c00;
/* SwiftUI */
Color(red: 0.875, green: 0.424, blue: 0.000)
/* Android */
Color.parseColor("#df6c00")Accessibility — WCAG contrast
Aa
#df6c00 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6c00 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow100.0%
Key (black)12.5%
Color previews
#df6c00 text on a black background
contrast 6.28:1
Card sample
#df6c00 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6c00;
Background color
Panel with #df6c00 background
background-color: #df6c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 108, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 108, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6c00; background: linear-gradient(135deg, #df6c00, #BDDF00);