#df993c
a balanced, vivid orange · warm · closest name: peru
RGB
223, 153, 60
HSL
34°, 72%, 56%
CMYK
0, 31, 73, 13
Luminance
0.3880
Every format
| HEX | #df993c |
| RGB | rgb(223, 153, 60) |
| HSL | hsl(34, 72%, 56%) |
| CMYK | cmyk(0%, 31%, 73%, 13%) |
| LAB | lab(68.6 18.1 57.1) |
| LCH | lch(68.6 59.9 72.4) |
| OKLCH | oklch(0.736 0.135 70.1) |
Copy-ready code
/* CSS */
color: #df993c;
background-color: #df993c;
/* Tailwind (arbitrary) */
class="text-[#df993c] bg-[#df993c]"
/* SCSS */
$brand: #df993c;
/* SwiftUI */
Color(red: 0.875, green: 0.600, blue: 0.235)
/* Android */
Color.parseColor("#df993c")Accessibility — WCAG contrast
Aa
#df993c on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df993c on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green60.0%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow73.1%
Key (black)12.5%
Color previews
#df993c text on a black background
contrast 8.76:1
Card sample
#df993c text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df993c;
Background color
Panel with #df993c background
background-color: #df993c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df993c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 153, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 153, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df993c; background: linear-gradient(135deg, #df993c, #B8DF3C);