#df6c0f
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 108, 15
HSL
27°, 87%, 47%
CMYK
0, 52, 93, 13
Luminance
0.2645
Every format
| HEX | #df6c0f |
| RGB | rgb(223, 108, 15) |
| HSL | hsl(27, 87%, 47%) |
| CMYK | cmyk(0%, 52%, 93%, 13%) |
| LAB | lab(58.5 40.4 63.8) |
| LCH | lch(58.5 75.5 57.6) |
| OKLCH | oklch(0.657 0.168 50.5) |
Copy-ready code
/* CSS */
color: #df6c0f;
background-color: #df6c0f;
/* Tailwind (arbitrary) */
class="text-[#df6c0f] bg-[#df6c0f]"
/* SCSS */
$brand: #df6c0f;
/* SwiftUI */
Color(red: 0.875, green: 0.424, blue: 0.059)
/* Android */
Color.parseColor("#df6c0f")Accessibility — WCAG contrast
Aa
#df6c0f on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6c0f on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.4%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow93.3%
Key (black)12.5%
Color previews
#df6c0f text on a black background
contrast 6.29:1
Card sample
#df6c0f text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6c0f;
Background color
Panel with #df6c0f background
background-color: #df6c0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6c0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 108, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 108, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6c0f; background: linear-gradient(135deg, #df6c0f, #C8DF0F);