#df9f3f
a balanced, vivid orange · warm · closest name: peru
RGB
223, 159, 63
HSL
36°, 71%, 56%
CMYK
0, 29, 72, 13
Luminance
0.4084
Every format
| HEX | #df9f3f |
| RGB | rgb(223, 159, 63) |
| HSL | hsl(36, 71%, 56%) |
| CMYK | cmyk(0%, 29%, 72%, 13%) |
| LAB | lab(70.1 15.0 57.3) |
| LCH | lch(70.1 59.3 75.3) |
| OKLCH | oklch(0.748 0.133 73.8) |
Copy-ready code
/* CSS */
color: #df9f3f;
background-color: #df9f3f;
/* Tailwind (arbitrary) */
class="text-[#df9f3f] bg-[#df9f3f]"
/* SCSS */
$brand: #df9f3f;
/* SwiftUI */
Color(red: 0.875, green: 0.624, blue: 0.247)
/* Android */
Color.parseColor("#df9f3f")Accessibility — WCAG contrast
Aa
#df9f3f on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9f3f on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green62.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta28.7%
Yellow71.7%
Key (black)12.5%
Color previews
#df9f3f text on a black background
contrast 9.17:1
Card sample
#df9f3f text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9f3f;
Background color
Panel with #df9f3f background
background-color: #df9f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 159, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 159, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9f3f; background: linear-gradient(135deg, #df9f3f, #B4DF3F);