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