#df902d
a balanced, vivid orange · warm · closest name: peru
RGB
223, 144, 45
HSL
33°, 74%, 53%
CMYK
0, 35, 80, 13
Luminance
0.3582
Every format
| HEX | #df902d |
| RGB | rgb(223, 144, 45) |
| HSL | hsl(33, 74%, 53%) |
| CMYK | cmyk(0%, 35%, 80%, 13%) |
| LAB | lab(66.4 22.3 61.0) |
| LCH | lch(66.4 65.0 69.9) |
| OKLCH | oklch(0.718 0.143 66.9) |
Copy-ready code
/* CSS */
color: #df902d;
background-color: #df902d;
/* Tailwind (arbitrary) */
class="text-[#df902d] bg-[#df902d]"
/* SCSS */
$brand: #df902d;
/* SwiftUI */
Color(red: 0.875, green: 0.565, blue: 0.176)
/* Android */
Color.parseColor("#df902d")Accessibility — WCAG contrast
Aa
#df902d on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df902d on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.5%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow79.8%
Key (black)12.5%
Color previews
#df902d text on a black background
contrast 8.16:1
Card sample
#df902d text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df902d;
Background color
Panel with #df902d background
background-color: #df902d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df902d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 144, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 144, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df902d; background: linear-gradient(135deg, #df902d, #B7DF2D);