#dfdbce
a light, soft yellow · cool · closest name: beige
RGB
223, 219, 206
HSL
46°, 21%, 84%
CMYK
0, 2, 8, 13
Luminance
0.7081
Every format
| HEX | #dfdbce |
| RGB | rgb(223, 219, 206) |
| HSL | hsl(46, 21%, 84%) |
| CMYK | cmyk(0%, 2%, 8%, 13%) |
| LAB | lab(87.4 -0.9 6.9) |
| LCH | lch(87.4 6.9 97.3) |
| OKLCH | oklch(0.891 0.018 92.7) |
Copy-ready code
/* CSS */
color: #dfdbce;
background-color: #dfdbce;
/* Tailwind (arbitrary) */
class="text-[#dfdbce] bg-[#dfdbce]"
/* SCSS */
$brand: #dfdbce;
/* SwiftUI */
Color(red: 0.875, green: 0.859, blue: 0.808)
/* Android */
Color.parseColor("#dfdbce")Accessibility — WCAG contrast
Aa
#dfdbce on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdbce on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow7.6%
Key (black)12.5%
Color previews
#dfdbce text on a black background
contrast 15.16:1
Card sample
#dfdbce text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdbce;
Background color
Panel with #dfdbce background
background-color: #dfdbce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdbce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 219, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 219, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdbce; background: linear-gradient(135deg, #dfdbce, #D8DFCE);