#df9d6f
a light, vivid orange · warm · closest name: peru
RGB
223, 157, 111
HSL
25°, 64%, 66%
CMYK
0, 30, 50, 13
Luminance
0.4095
Every format
| HEX | #df9d6f |
| RGB | rgb(223, 157, 111) |
| HSL | hsl(25, 64%, 66%) |
| CMYK | cmyk(0%, 30%, 50%, 13%) |
| LAB | lab(70.1 19.4 33.8) |
| LCH | lch(70.1 39.0 60.1) |
| OKLCH | oklch(0.750 0.100 55.4) |
Copy-ready code
/* CSS */
color: #df9d6f;
background-color: #df9d6f;
/* Tailwind (arbitrary) */
class="text-[#df9d6f] bg-[#df9d6f]"
/* SCSS */
$brand: #df9d6f;
/* SwiftUI */
Color(red: 0.875, green: 0.616, blue: 0.435)
/* Android */
Color.parseColor("#df9d6f")Accessibility — WCAG contrast
Aa
#df9d6f on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9d6f on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow50.2%
Key (black)12.5%
Color previews
#df9d6f text on a black background
contrast 9.19:1
Card sample
#df9d6f text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9d6f;
Background color
Panel with #df9d6f background
background-color: #df9d6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9d6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 157, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 157, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9d6f; background: linear-gradient(135deg, #df9d6f, #D6DF6F);