#df9d52
a balanced, vivid orange · warm · closest name: peru
RGB
223, 157, 82
HSL
32°, 69%, 60%
CMYK
0, 30, 63, 13
Luminance
0.4041
Every format
| HEX | #df9d52 |
| RGB | rgb(223, 157, 82) |
| HSL | hsl(32, 69%, 60%) |
| CMYK | cmyk(0%, 30%, 63%, 13%) |
| LAB | lab(69.8 17.2 48.2) |
| LCH | lch(69.8 51.2 70.4) |
| OKLCH | oklch(0.746 0.121 67.5) |
Copy-ready code
/* CSS */
color: #df9d52;
background-color: #df9d52;
/* Tailwind (arbitrary) */
class="text-[#df9d52] bg-[#df9d52]"
/* SCSS */
$brand: #df9d52;
/* SwiftUI */
Color(red: 0.875, green: 0.616, blue: 0.322)
/* Android */
Color.parseColor("#df9d52")Accessibility — WCAG contrast
Aa
#df9d52 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9d52 on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.6%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow63.2%
Key (black)12.5%
Color previews
#df9d52 text on a black background
contrast 9.08:1
Card sample
#df9d52 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9d52;
Background color
Panel with #df9d52 background
background-color: #df9d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 157, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 157, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9d52; background: linear-gradient(135deg, #df9d52, #C3DF52);