#dfcfac
a light, soft yellow · warm · closest name: tan
RGB
223, 207, 172
HSL
41°, 44%, 78%
CMYK
0, 7, 23, 13
Luminance
0.6329
Every format
| HEX | #dfcfac |
| RGB | rgb(223, 207, 172) |
| HSL | hsl(41, 44%, 78%) |
| CMYK | cmyk(0%, 7%, 23%, 13%) |
| LAB | lab(83.6 0.1 19.4) |
| LCH | lch(83.6 19.4 89.8) |
| OKLCH | oklch(0.859 0.050 86.3) |
Copy-ready code
/* CSS */
color: #dfcfac;
background-color: #dfcfac;
/* Tailwind (arbitrary) */
class="text-[#dfcfac] bg-[#dfcfac]"
/* SCSS */
$brand: #dfcfac;
/* SwiftUI */
Color(red: 0.875, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#dfcfac")Accessibility — WCAG contrast
Aa
#dfcfac on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcfac on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green81.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow22.9%
Key (black)12.5%
Color previews
#dfcfac text on a black background
contrast 13.66:1
Card sample
#dfcfac text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcfac;
Background color
Panel with #dfcfac background
background-color: #dfcfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcfac; background: linear-gradient(135deg, #dfcfac, #CDDFAC);