#df8f4f
a balanced, vivid orange · warm · closest name: peru
RGB
223, 143, 79
HSL
27°, 69%, 59%
CMYK
0, 36, 65, 13
Luminance
0.3590
Every format
| HEX | #df8f4f |
| RGB | rgb(223, 143, 79) |
| HSL | hsl(27, 69%, 59%) |
| CMYK | cmyk(0%, 36%, 65%, 13%) |
| LAB | lab(66.4 24.5 45.9) |
| LCH | lch(66.4 52.0 61.9) |
| OKLCH | oklch(0.720 0.126 57.6) |
Copy-ready code
/* CSS */
color: #df8f4f;
background-color: #df8f4f;
/* Tailwind (arbitrary) */
class="text-[#df8f4f] bg-[#df8f4f]"
/* SCSS */
$brand: #df8f4f;
/* SwiftUI */
Color(red: 0.875, green: 0.561, blue: 0.310)
/* Android */
Color.parseColor("#df8f4f")Accessibility — WCAG contrast
Aa
#df8f4f on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8f4f on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow64.6%
Key (black)12.5%
Color previews
#df8f4f text on a black background
contrast 8.18:1
Card sample
#df8f4f text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8f4f;
Background color
Panel with #df8f4f background
background-color: #df8f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 143, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 143, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8f4f; background: linear-gradient(135deg, #df8f4f, #CFDF4F);