#dfac8c
a light, vivid orange · warm · closest name: tan
RGB
223, 172, 140
HSL
23°, 57%, 71%
CMYK
0, 23, 37, 13
Luminance
0.4709
Every format
| HEX | #dfac8c |
| RGB | rgb(223, 172, 140) |
| HSL | hsl(23, 57%, 71%) |
| CMYK | cmyk(0%, 23%, 37%, 13%) |
| LAB | lab(74.3 14.4 23.6) |
| LCH | lch(74.3 27.7 58.6) |
| OKLCH | oklch(0.783 0.074 53.4) |
Copy-ready code
/* CSS */
color: #dfac8c;
background-color: #dfac8c;
/* Tailwind (arbitrary) */
class="text-[#dfac8c] bg-[#dfac8c]"
/* SCSS */
$brand: #dfac8c;
/* SwiftUI */
Color(red: 0.875, green: 0.675, blue: 0.549)
/* Android */
Color.parseColor("#dfac8c")Accessibility — WCAG contrast
Aa
#dfac8c on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfac8c on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.5%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow37.2%
Key (black)12.5%
Color previews
#dfac8c text on a black background
contrast 10.42:1
Card sample
#dfac8c text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfac8c;
Background color
Panel with #dfac8c background
background-color: #dfac8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfac8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 172, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 172, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfac8c; background: linear-gradient(135deg, #dfac8c, #DBDF8C);