#df975d
a balanced, vivid orange · warm · closest name: peru
RGB
223, 151, 93
HSL
27°, 67%, 62%
CMYK
0, 32, 58, 13
Luminance
0.3861
Every format
| HEX | #df975d |
| RGB | rgb(223, 151, 93) |
| HSL | hsl(27, 67%, 62%) |
| CMYK | cmyk(0%, 32%, 58%, 13%) |
| LAB | lab(68.5 21.1 41.2) |
| LCH | lch(68.5 46.3 62.8) |
| OKLCH | oklch(0.736 0.114 58.6) |
Copy-ready code
/* CSS */
color: #df975d;
background-color: #df975d;
/* Tailwind (arbitrary) */
class="text-[#df975d] bg-[#df975d]"
/* SCSS */
$brand: #df975d;
/* SwiftUI */
Color(red: 0.875, green: 0.592, blue: 0.365)
/* Android */
Color.parseColor("#df975d")Accessibility — WCAG contrast
Aa
#df975d on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df975d on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green59.2%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow58.3%
Key (black)12.5%
Color previews
#df975d text on a black background
contrast 8.72:1
Card sample
#df975d text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df975d;
Background color
Panel with #df975d background
background-color: #df975d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df975d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 151, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 151, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df975d; background: linear-gradient(135deg, #df975d, #D0DF5D);