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