#df7c36
a balanced, vivid orange · warm · closest name: chocolate
RGB
223, 124, 54
HSL
25°, 73%, 54%
CMYK
0, 44, 76, 13
Luminance
0.3037
Every format
| HEX | #df7c36 |
| RGB | rgb(223, 124, 54) |
| HSL | hsl(25, 73%, 54%) |
| CMYK | cmyk(0%, 44%, 76%, 13%) |
| LAB | lab(62.0 33.2 53.1) |
| LCH | lch(62.0 62.6 57.9) |
| OKLCH | oklch(0.684 0.147 52.4) |
Copy-ready code
/* CSS */
color: #df7c36;
background-color: #df7c36;
/* Tailwind (arbitrary) */
class="text-[#df7c36] bg-[#df7c36]"
/* SCSS */
$brand: #df7c36;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.212)
/* Android */
Color.parseColor("#df7c36")Accessibility — WCAG contrast
Aa
#df7c36 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7c36 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow75.8%
Key (black)12.5%
Color previews
#df7c36 text on a black background
contrast 7.07:1
Card sample
#df7c36 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7c36;
Background color
Panel with #df7c36 background
background-color: #df7c36;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7c36;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7c36; background: linear-gradient(135deg, #df7c36, #D1DF36);