#dfd5ac
a light, soft yellow · cool · closest name: tan
RGB
223, 213, 172
HSL
48°, 44%, 78%
CMYK
0, 5, 23, 13
Luminance
0.6626
Every format
| HEX | #dfd5ac |
| RGB | rgb(223, 213, 172) |
| HSL | hsl(48, 44%, 78%) |
| CMYK | cmyk(0%, 5%, 23%, 13%) |
| LAB | lab(85.1 -3.0 21.6) |
| LCH | lch(85.1 21.8 98.0) |
| OKLCH | oklch(0.871 0.055 95.9) |
Copy-ready code
/* CSS */
color: #dfd5ac;
background-color: #dfd5ac;
/* Tailwind (arbitrary) */
class="text-[#dfd5ac] bg-[#dfd5ac]"
/* SCSS */
$brand: #dfd5ac;
/* SwiftUI */
Color(red: 0.875, green: 0.835, blue: 0.675)
/* Android */
Color.parseColor("#dfd5ac")Accessibility — WCAG contrast
Aa
#dfd5ac on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd5ac on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow22.9%
Key (black)12.5%
Color previews
#dfd5ac text on a black background
contrast 14.25:1
Card sample
#dfd5ac text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd5ac;
Background color
Panel with #dfd5ac background
background-color: #dfd5ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd5ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 213, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 213, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd5ac; background: linear-gradient(135deg, #dfd5ac, #C7DFAC);