#df8c45
a balanced, vivid orange · warm · closest name: peru
RGB
223, 140, 69
HSL
28°, 71%, 57%
CMYK
0, 37, 69, 13
Luminance
0.3487
Every format
| HEX | #df8c45 |
| RGB | rgb(223, 140, 69) |
| HSL | hsl(28, 71%, 57%) |
| CMYK | cmyk(0%, 37%, 69%, 13%) |
| LAB | lab(65.7 25.5 49.9) |
| LCH | lch(65.7 56.1 63.0) |
| OKLCH | oklch(0.713 0.133 58.6) |
Copy-ready code
/* CSS */
color: #df8c45;
background-color: #df8c45;
/* Tailwind (arbitrary) */
class="text-[#df8c45] bg-[#df8c45]"
/* SCSS */
$brand: #df8c45;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.271)
/* Android */
Color.parseColor("#df8c45")Accessibility — WCAG contrast
Aa
#df8c45 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8c45 on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow69.1%
Key (black)12.5%
Color previews
#df8c45 text on a black background
contrast 7.97:1
Card sample
#df8c45 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8c45;
Background color
Panel with #df8c45 background
background-color: #df8c45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8c45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8c45; background: linear-gradient(135deg, #df8c45, #CBDF45);