#df6f2e
a balanced, vivid orange · warm · closest name: chocolate
RGB
223, 111, 46
HSL
22°, 73%, 53%
CMYK
0, 50, 79, 13
Luminance
0.2725
Every format
| HEX | #df6f2e |
| RGB | rgb(223, 111, 46) |
| HSL | hsl(22, 73%, 53%) |
| CMYK | cmyk(0%, 50%, 79%, 13%) |
| LAB | lab(59.2 39.6 53.9) |
| LCH | lch(59.2 66.9 53.7) |
| OKLCH | oklch(0.663 0.159 47.2) |
Copy-ready code
/* CSS */
color: #df6f2e;
background-color: #df6f2e;
/* Tailwind (arbitrary) */
class="text-[#df6f2e] bg-[#df6f2e]"
/* SCSS */
$brand: #df6f2e;
/* SwiftUI */
Color(red: 0.875, green: 0.435, blue: 0.180)
/* Android */
Color.parseColor("#df6f2e")Accessibility — WCAG contrast
Aa
#df6f2e on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6f2e on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.5%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow79.4%
Key (black)12.5%
Color previews
#df6f2e text on a black background
contrast 6.45:1
Card sample
#df6f2e text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6f2e;
Background color
Panel with #df6f2e background
background-color: #df6f2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6f2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 111, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 111, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6f2e; background: linear-gradient(135deg, #df6f2e, #D9DF2E);