#df7c23
a balanced, vivid orange · warm · closest name: chocolate
RGB
223, 124, 35
HSL
28°, 75%, 51%
CMYK
0, 44, 84, 13
Luminance
0.3022
Every format
| HEX | #df7c23 |
| RGB | rgb(223, 124, 35) |
| HSL | hsl(28, 75%, 51%) |
| CMYK | cmyk(0%, 44%, 84%, 13%) |
| LAB | lab(61.9 32.6 60.6) |
| LCH | lch(61.9 68.8 61.7) |
| OKLCH | oklch(0.683 0.154 56.3) |
Copy-ready code
/* CSS */
color: #df7c23;
background-color: #df7c23;
/* Tailwind (arbitrary) */
class="text-[#df7c23] bg-[#df7c23]"
/* SCSS */
$brand: #df7c23;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.137)
/* Android */
Color.parseColor("#df7c23")Accessibility — WCAG contrast
Aa
#df7c23 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7c23 on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue13.7%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow84.3%
Key (black)12.5%
Color previews
#df7c23 text on a black background
contrast 7.04:1
Card sample
#df7c23 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7c23;
Background color
Panel with #df7c23 background
background-color: #df7c23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7c23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7c23; background: linear-gradient(135deg, #df7c23, #C5DF23);