#df9f6e
a light, vivid orange · warm · closest name: peru
RGB
223, 159, 110
HSL
26°, 64%, 65%
CMYK
0, 29, 51, 13
Luminance
0.4161
Every format
| HEX | #df9f6e |
| RGB | rgb(223, 159, 110) |
| HSL | hsl(26, 64%, 65%) |
| CMYK | cmyk(0%, 29%, 51%, 13%) |
| LAB | lab(70.6 18.3 34.9) |
| LCH | lch(70.6 39.4 62.4) |
| OKLCH | oklch(0.753 0.100 57.9) |
Copy-ready code
/* CSS */
color: #df9f6e;
background-color: #df9f6e;
/* Tailwind (arbitrary) */
class="text-[#df9f6e] bg-[#df9f6e]"
/* SCSS */
$brand: #df9f6e;
/* SwiftUI */
Color(red: 0.875, green: 0.624, blue: 0.431)
/* Android */
Color.parseColor("#df9f6e")Accessibility — WCAG contrast
Aa
#df9f6e on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9f6e on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green62.4%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta28.7%
Yellow50.7%
Key (black)12.5%
Color previews
#df9f6e text on a black background
contrast 9.32:1
Card sample
#df9f6e text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9f6e;
Background color
Panel with #df9f6e background
background-color: #df9f6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9f6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 159, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 159, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9f6e; background: linear-gradient(135deg, #df9f6e, #D4DF6E);