#df9c7b
a light, vivid orange · warm · closest name: tan
RGB
223, 156, 123
HSL
20°, 61%, 68%
CMYK
0, 30, 45, 13
Luminance
0.4089
Every format
| HEX | #df9c7b |
| RGB | rgb(223, 156, 123) |
| HSL | hsl(20, 61%, 68%) |
| CMYK | cmyk(0%, 30%, 45%, 13%) |
| LAB | lab(70.1 21.1 27.3) |
| LCH | lch(70.1 34.5 52.3) |
| OKLCH | oklch(0.750 0.093 47.1) |
Copy-ready code
/* CSS */
color: #df9c7b;
background-color: #df9c7b;
/* Tailwind (arbitrary) */
class="text-[#df9c7b] bg-[#df9c7b]"
/* SCSS */
$brand: #df9c7b;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.482)
/* Android */
Color.parseColor("#df9c7b")Accessibility — WCAG contrast
Aa
#df9c7b on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9c7b on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow44.8%
Key (black)12.5%
Color previews
#df9c7b text on a black background
contrast 9.18:1
Card sample
#df9c7b text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9c7b;
Background color
Panel with #df9c7b background
background-color: #df9c7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9c7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9c7b; background: linear-gradient(135deg, #df9c7b, #DFDF7B);