#dfd1ae
a light, soft yellow · warm · closest name: tan
RGB
223, 209, 174
HSL
43°, 43%, 78%
CMYK
0, 6, 22, 13
Luminance
0.6434
Every format
| HEX | #dfd1ae |
| RGB | rgb(223, 209, 174) |
| HSL | hsl(43, 43%, 78%) |
| CMYK | cmyk(0%, 6%, 22%, 13%) |
| LAB | lab(84.2 -0.7 19.1) |
| LCH | lch(84.2 19.1 92.0) |
| OKLCH | oklch(0.863 0.049 88.8) |
Copy-ready code
/* CSS */
color: #dfd1ae;
background-color: #dfd1ae;
/* Tailwind (arbitrary) */
class="text-[#dfd1ae] bg-[#dfd1ae]"
/* SCSS */
$brand: #dfd1ae;
/* SwiftUI */
Color(red: 0.875, green: 0.820, blue: 0.682)
/* Android */
Color.parseColor("#dfd1ae")Accessibility — WCAG contrast
Aa
#dfd1ae on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd1ae on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.0%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow22.0%
Key (black)12.5%
Color previews
#dfd1ae text on a black background
contrast 13.87:1
Card sample
#dfd1ae text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd1ae;
Background color
Panel with #dfd1ae background
background-color: #dfd1ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd1ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 209, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 209, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd1ae; background: linear-gradient(135deg, #dfd1ae, #CCDFAE);