#df6b0c
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 107, 12
HSL
27°, 90%, 46%
CMYK
0, 52, 95, 13
Luminance
0.2623
Every format
| HEX | #df6b0c |
| RGB | rgb(223, 107, 12) |
| HSL | hsl(27, 90%, 46%) |
| CMYK | cmyk(0%, 52%, 95%, 13%) |
| LAB | lab(58.3 40.9 64.3) |
| LCH | lch(58.3 76.2 57.5) |
| OKLCH | oklch(0.655 0.169 50.3) |
Copy-ready code
/* CSS */
color: #df6b0c;
background-color: #df6b0c;
/* Tailwind (arbitrary) */
class="text-[#df6b0c] bg-[#df6b0c]"
/* SCSS */
$brand: #df6b0c;
/* SwiftUI */
Color(red: 0.875, green: 0.420, blue: 0.047)
/* Android */
Color.parseColor("#df6b0c")Accessibility — WCAG contrast
Aa
#df6b0c on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6b0c on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.0%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow94.6%
Key (black)12.5%
Color previews
#df6b0c text on a black background
contrast 6.25:1
Card sample
#df6b0c text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6b0c;
Background color
Panel with #df6b0c background
background-color: #df6b0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6b0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 107, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 107, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6b0c; background: linear-gradient(135deg, #df6b0c, #C6DF0C);