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