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