#df6c28
a balanced, vivid orange · warm · closest name: chocolate
RGB
223, 108, 40
HSL
22°, 74%, 52%
CMYK
0, 52, 82, 13
Luminance
0.2657
Every format
| HEX | #df6c28 |
| RGB | rgb(223, 108, 40) |
| HSL | hsl(22, 74%, 52%) |
| CMYK | cmyk(0%, 52%, 82%, 13%) |
| LAB | lab(58.6 40.9 55.9) |
| LCH | lch(58.6 69.3 53.8) |
| OKLCH | oklch(0.658 0.163 47.0) |
Copy-ready code
/* CSS */
color: #df6c28;
background-color: #df6c28;
/* Tailwind (arbitrary) */
class="text-[#df6c28] bg-[#df6c28]"
/* SCSS */
$brand: #df6c28;
/* SwiftUI */
Color(red: 0.875, green: 0.424, blue: 0.157)
/* Android */
Color.parseColor("#df6c28")Accessibility — WCAG contrast
Aa
#df6c28 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6c28 on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.4%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow82.1%
Key (black)12.5%
Color previews
#df6c28 text on a black background
contrast 6.31:1
Card sample
#df6c28 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6c28;
Background color
Panel with #df6c28 background
background-color: #df6c28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6c28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 108, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 108, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6c28; background: linear-gradient(135deg, #df6c28, #D8DF28);