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