#dfd1b3
a light, soft yellow · warm · closest name: tan
RGB
223, 209, 179
HSL
41°, 41%, 79%
CMYK
0, 6, 20, 13
Luminance
0.6454
Every format
| HEX | #dfd1b3 |
| RGB | rgb(223, 209, 179) |
| HSL | hsl(41, 41%, 79%) |
| CMYK | cmyk(0%, 6%, 20%, 13%) |
| LAB | lab(84.3 0.1 16.6) |
| LCH | lch(84.3 16.6 89.8) |
| OKLCH | oklch(0.864 0.043 86.0) |
Copy-ready code
/* CSS */
color: #dfd1b3;
background-color: #dfd1b3;
/* Tailwind (arbitrary) */
class="text-[#dfd1b3] bg-[#dfd1b3]"
/* SCSS */
$brand: #dfd1b3;
/* SwiftUI */
Color(red: 0.875, green: 0.820, blue: 0.702)
/* Android */
Color.parseColor("#dfd1b3")Accessibility — WCAG contrast
Aa
#dfd1b3 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd1b3 on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow19.7%
Key (black)12.5%
Color previews
#dfd1b3 text on a black background
contrast 13.91:1
Card sample
#dfd1b3 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd1b3;
Background color
Panel with #dfd1b3 background
background-color: #dfd1b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd1b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 209, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 209, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd1b3; background: linear-gradient(135deg, #dfd1b3, #D0DFB3);