#df7d46
a balanced, vivid orange · warm · closest name: peru
RGB
223, 125, 70
HSL
22°, 71%, 58%
CMYK
0, 44, 69, 13
Luminance
0.3080
Every format
| HEX | #df7d46 |
| RGB | rgb(223, 125, 70) |
| HSL | hsl(22, 71%, 58%) |
| CMYK | cmyk(0%, 44%, 69%, 13%) |
| LAB | lab(62.3 33.5 45.8) |
| LCH | lch(62.3 56.7 53.8) |
| OKLCH | oklch(0.688 0.140 48.3) |
Copy-ready code
/* CSS */
color: #df7d46;
background-color: #df7d46;
/* Tailwind (arbitrary) */
class="text-[#df7d46] bg-[#df7d46]"
/* SCSS */
$brand: #df7d46;
/* SwiftUI */
Color(red: 0.875, green: 0.490, blue: 0.275)
/* Android */
Color.parseColor("#df7d46")Accessibility — WCAG contrast
Aa
#df7d46 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7d46 on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green49.0%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow68.6%
Key (black)12.5%
Color previews
#df7d46 text on a black background
contrast 7.16:1
Card sample
#df7d46 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7d46;
Background color
Panel with #df7d46 background
background-color: #df7d46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7d46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 125, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 125, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7d46; background: linear-gradient(135deg, #df7d46, #DBDF46);