#dfd2b0
a light, soft yellow · warm · closest name: tan
RGB
223, 210, 176
HSL
43°, 42%, 78%
CMYK
0, 6, 21, 13
Luminance
0.6492
Every format
| HEX | #dfd2b0 |
| RGB | rgb(223, 210, 176) |
| HSL | hsl(43, 42%, 78%) |
| CMYK | cmyk(0%, 6%, 21%, 13%) |
| LAB | lab(84.4 -0.9 18.5) |
| LCH | lch(84.4 18.5 92.8) |
| OKLCH | oklch(0.866 0.048 89.6) |
Copy-ready code
/* CSS */
color: #dfd2b0;
background-color: #dfd2b0;
/* Tailwind (arbitrary) */
class="text-[#dfd2b0] bg-[#dfd2b0]"
/* SCSS */
$brand: #dfd2b0;
/* SwiftUI */
Color(red: 0.875, green: 0.824, blue: 0.690)
/* Android */
Color.parseColor("#dfd2b0")Accessibility — WCAG contrast
Aa
#dfd2b0 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd2b0 on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.4%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow21.1%
Key (black)12.5%
Color previews
#dfd2b0 text on a black background
contrast 13.98:1
Card sample
#dfd2b0 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd2b0;
Background color
Panel with #dfd2b0 background
background-color: #dfd2b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd2b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 210, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 210, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd2b0; background: linear-gradient(135deg, #dfd2b0, #CDDFB0);