#df905d
a balanced, vivid orange · warm · closest name: peru
RGB
223, 144, 93
HSL
24°, 67%, 62%
CMYK
0, 35, 58, 13
Luminance
0.3642
Every format
| HEX | #df905d |
| RGB | rgb(223, 144, 93) |
| HSL | hsl(24, 67%, 62%) |
| CMYK | cmyk(0%, 35%, 58%, 13%) |
| LAB | lab(66.8 24.9 39.2) |
| LCH | lch(66.8 46.4 57.6) |
| OKLCH | oklch(0.724 0.117 52.7) |
Copy-ready code
/* CSS */
color: #df905d;
background-color: #df905d;
/* Tailwind (arbitrary) */
class="text-[#df905d] bg-[#df905d]"
/* SCSS */
$brand: #df905d;
/* SwiftUI */
Color(red: 0.875, green: 0.565, blue: 0.365)
/* Android */
Color.parseColor("#df905d")Accessibility — WCAG contrast
Aa
#df905d on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df905d on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.5%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow58.3%
Key (black)12.5%
Color previews
#df905d text on a black background
contrast 8.28:1
Card sample
#df905d text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df905d;
Background color
Panel with #df905d background
background-color: #df905d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df905d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 144, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 144, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df905d; background: linear-gradient(135deg, #df905d, #D7DF5D);