#dfd4b0
a light, soft yellow · cool · closest name: tan
RGB
223, 212, 176
HSL
46°, 42%, 78%
CMYK
0, 5, 21, 13
Luminance
0.6591
Every format
| HEX | #dfd4b0 |
| RGB | rgb(223, 212, 176) |
| HSL | hsl(46, 42%, 78%) |
| CMYK | cmyk(0%, 5%, 21%, 13%) |
| LAB | lab(85.0 -1.9 19.2) |
| LCH | lch(85.0 19.3 95.8) |
| OKLCH | oklch(0.870 0.049 93.0) |
Copy-ready code
/* CSS */
color: #dfd4b0;
background-color: #dfd4b0;
/* Tailwind (arbitrary) */
class="text-[#dfd4b0] bg-[#dfd4b0]"
/* SCSS */
$brand: #dfd4b0;
/* SwiftUI */
Color(red: 0.875, green: 0.831, blue: 0.690)
/* Android */
Color.parseColor("#dfd4b0")Accessibility — WCAG contrast
Aa
#dfd4b0 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd4b0 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.1%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow21.1%
Key (black)12.5%
Color previews
#dfd4b0 text on a black background
contrast 14.18:1
Card sample
#dfd4b0 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd4b0;
Background color
Panel with #dfd4b0 background
background-color: #dfd4b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd4b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 212, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 212, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd4b0; background: linear-gradient(135deg, #dfd4b0, #CBDFB0);