#dfd7ac
a light, soft yellow · cool · closest name: tan
RGB
223, 215, 172
HSL
51°, 44%, 78%
CMYK
0, 4, 23, 13
Luminance
0.6727
Every format
| HEX | #dfd7ac |
| RGB | rgb(223, 215, 172) |
| HSL | hsl(51, 44%, 78%) |
| CMYK | cmyk(0%, 4%, 23%, 13%) |
| LAB | lab(85.6 -4.0 22.3) |
| LCH | lch(85.6 22.6 100.3) |
| OKLCH | oklch(0.875 0.057 98.7) |
Copy-ready code
/* CSS */
color: #dfd7ac;
background-color: #dfd7ac;
/* Tailwind (arbitrary) */
class="text-[#dfd7ac] bg-[#dfd7ac]"
/* SCSS */
$brand: #dfd7ac;
/* SwiftUI */
Color(red: 0.875, green: 0.843, blue: 0.675)
/* Android */
Color.parseColor("#dfd7ac")Accessibility — WCAG contrast
Aa
#dfd7ac on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd7ac on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green84.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow22.9%
Key (black)12.5%
Color previews
#dfd7ac text on a black background
contrast 14.45:1
Card sample
#dfd7ac text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd7ac;
Background color
Panel with #dfd7ac background
background-color: #dfd7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 215, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 215, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd7ac; background: linear-gradient(135deg, #dfd7ac, #C5DFAC);