#df9039
a balanced, vivid orange · warm · closest name: peru
RGB
223, 144, 57
HSL
31°, 72%, 55%
CMYK
0, 35, 74, 13
Luminance
0.3593
Every format
| HEX | #df9039 |
| RGB | rgb(223, 144, 57) |
| HSL | hsl(31, 72%, 55%) |
| CMYK | cmyk(0%, 35%, 74%, 13%) |
| LAB | lab(66.5 22.8 56.3) |
| LCH | lch(66.5 60.7 68.0) |
| OKLCH | oklch(0.719 0.138 64.5) |
Copy-ready code
/* CSS */
color: #df9039;
background-color: #df9039;
/* Tailwind (arbitrary) */
class="text-[#df9039] bg-[#df9039]"
/* SCSS */
$brand: #df9039;
/* SwiftUI */
Color(red: 0.875, green: 0.565, blue: 0.224)
/* Android */
Color.parseColor("#df9039")Accessibility — WCAG contrast
Aa
#df9039 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9039 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow74.4%
Key (black)12.5%
Color previews
#df9039 text on a black background
contrast 8.19:1
Card sample
#df9039 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9039;
Background color
Panel with #df9039 background
background-color: #df9039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 144, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 144, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9039; background: linear-gradient(135deg, #df9039, #BFDF39);