#dfc1ac
a light, soft orange · warm · closest name: tan
RGB
223, 193, 172
HSL
25°, 44%, 78%
CMYK
0, 14, 23, 13
Luminance
0.5681
Every format
| HEX | #dfc1ac |
| RGB | rgb(223, 193, 172) |
| HSL | hsl(25, 44%, 78%) |
| CMYK | cmyk(0%, 14%, 23%, 13%) |
| LAB | lab(80.1 7.4 14.5) |
| LCH | lch(80.1 16.3 62.9) |
| OKLCH | oklch(0.831 0.045 57.0) |
Copy-ready code
/* CSS */
color: #dfc1ac;
background-color: #dfc1ac;
/* Tailwind (arbitrary) */
class="text-[#dfc1ac] bg-[#dfc1ac]"
/* SCSS */
$brand: #dfc1ac;
/* SwiftUI */
Color(red: 0.875, green: 0.757, blue: 0.675)
/* Android */
Color.parseColor("#dfc1ac")Accessibility — WCAG contrast
Aa
#dfc1ac on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc1ac on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green75.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow22.9%
Key (black)12.5%
Color previews
#dfc1ac text on a black background
contrast 12.36:1
Card sample
#dfc1ac text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc1ac;
Background color
Panel with #dfc1ac background
background-color: #dfc1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 193, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 193, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc1ac; background: linear-gradient(135deg, #dfc1ac, #DBDFAC);