#df893c
a balanced, vivid orange · warm · closest name: peru
RGB
223, 137, 60
HSL
28°, 72%, 56%
CMYK
0, 39, 73, 13
Luminance
0.3391
Every format
| HEX | #df893c |
| RGB | rgb(223, 137, 60) |
| HSL | hsl(28, 72%, 56%) |
| CMYK | cmyk(0%, 39%, 73%, 13%) |
| LAB | lab(64.9 26.6 53.3) |
| LCH | lch(64.9 59.6 63.5) |
| OKLCH | oklch(0.707 0.138 59.1) |
Copy-ready code
/* CSS */
color: #df893c;
background-color: #df893c;
/* Tailwind (arbitrary) */
class="text-[#df893c] bg-[#df893c]"
/* SCSS */
$brand: #df893c;
/* SwiftUI */
Color(red: 0.875, green: 0.537, blue: 0.235)
/* Android */
Color.parseColor("#df893c")Accessibility — WCAG contrast
Aa
#df893c on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df893c on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green53.7%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow73.1%
Key (black)12.5%
Color previews
#df893c text on a black background
contrast 7.78:1
Card sample
#df893c text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df893c;
Background color
Panel with #df893c background
background-color: #df893c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df893c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 137, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 137, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df893c; background: linear-gradient(135deg, #df893c, #C8DF3C);