#df712d
a balanced, vivid orange · warm · closest name: chocolate
RGB
223, 113, 45
HSL
23°, 74%, 53%
CMYK
0, 49, 80, 13
Luminance
0.2769
Every format
| HEX | #df712d |
| RGB | rgb(223, 113, 45) |
| HSL | hsl(23, 74%, 53%) |
| CMYK | cmyk(0%, 49%, 80%, 13%) |
| LAB | lab(59.6 38.6 54.7) |
| LCH | lch(59.6 67.0 54.8) |
| OKLCH | oklch(0.666 0.158 48.5) |
Copy-ready code
/* CSS */
color: #df712d;
background-color: #df712d;
/* Tailwind (arbitrary) */
class="text-[#df712d] bg-[#df712d]"
/* SCSS */
$brand: #df712d;
/* SwiftUI */
Color(red: 0.875, green: 0.443, blue: 0.176)
/* Android */
Color.parseColor("#df712d")Accessibility — WCAG contrast
Aa
#df712d on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df712d on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green44.3%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow79.8%
Key (black)12.5%
Color previews
#df712d text on a black background
contrast 6.54:1
Card sample
#df712d text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df712d;
Background color
Panel with #df712d background
background-color: #df712d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df712d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 113, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 113, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df712d; background: linear-gradient(135deg, #df712d, #D6DF2D);