#df8f3f
a balanced, vivid orange · warm · closest name: peru
RGB
223, 143, 63
HSL
30°, 71%, 56%
CMYK
0, 36, 72, 13
Luminance
0.3569
Every format
| HEX | #df8f3f |
| RGB | rgb(223, 143, 63) |
| HSL | hsl(30, 71%, 56%) |
| CMYK | cmyk(0%, 36%, 72%, 13%) |
| LAB | lab(66.3 23.6 53.4) |
| LCH | lch(66.3 58.4 66.2) |
| OKLCH | oklch(0.718 0.135 62.4) |
Copy-ready code
/* CSS */
color: #df8f3f;
background-color: #df8f3f;
/* Tailwind (arbitrary) */
class="text-[#df8f3f] bg-[#df8f3f]"
/* SCSS */
$brand: #df8f3f;
/* SwiftUI */
Color(red: 0.875, green: 0.561, blue: 0.247)
/* Android */
Color.parseColor("#df8f3f")Accessibility — WCAG contrast
Aa
#df8f3f on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8f3f on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow71.7%
Key (black)12.5%
Color previews
#df8f3f text on a black background
contrast 8.14:1
Card sample
#df8f3f text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8f3f;
Background color
Panel with #df8f3f background
background-color: #df8f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 143, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 143, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8f3f; background: linear-gradient(135deg, #df8f3f, #C4DF3F);