#df9946
a balanced, vivid orange · warm · closest name: peru
RGB
223, 153, 70
HSL
33°, 71%, 58%
CMYK
0, 31, 69, 13
Luminance
0.3891
Every format
| HEX | #df9946 |
| RGB | rgb(223, 153, 70) |
| HSL | hsl(33, 71%, 58%) |
| CMYK | cmyk(0%, 31%, 69%, 13%) |
| LAB | lab(68.7 18.6 52.8) |
| LCH | lch(68.7 55.9 70.6) |
| OKLCH | oklch(0.737 0.129 67.8) |
Copy-ready code
/* CSS */
color: #df9946;
background-color: #df9946;
/* Tailwind (arbitrary) */
class="text-[#df9946] bg-[#df9946]"
/* SCSS */
$brand: #df9946;
/* SwiftUI */
Color(red: 0.875, green: 0.600, blue: 0.275)
/* Android */
Color.parseColor("#df9946")Accessibility — WCAG contrast
Aa
#df9946 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9946 on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green60.0%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow68.6%
Key (black)12.5%
Color previews
#df9946 text on a black background
contrast 8.78:1
Card sample
#df9946 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9946;
Background color
Panel with #df9946 background
background-color: #df9946;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9946;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 153, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 153, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9946; background: linear-gradient(135deg, #df9946, #BFDF46);