#dfddcd
a light, soft yellow · cool · closest name: beige
RGB
223, 221, 205
HSL
53°, 22%, 84%
CMYK
0, 1, 8, 13
Luminance
0.7181
Every format
| HEX | #dfddcd |
| RGB | rgb(223, 221, 205) |
| HSL | hsl(53, 22%, 84%) |
| CMYK | cmyk(0%, 1%, 8%, 13%) |
| LAB | lab(87.9 -2.1 8.1) |
| LCH | lch(87.9 8.3 104.4) |
| OKLCH | oklch(0.895 0.022 101.0) |
Copy-ready code
/* CSS */
color: #dfddcd;
background-color: #dfddcd;
/* Tailwind (arbitrary) */
class="text-[#dfddcd] bg-[#dfddcd]"
/* SCSS */
$brand: #dfddcd;
/* SwiftUI */
Color(red: 0.875, green: 0.867, blue: 0.804)
/* Android */
Color.parseColor("#dfddcd")Accessibility — WCAG contrast
Aa
#dfddcd on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfddcd on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green86.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta0.9%
Yellow8.1%
Key (black)12.5%
Color previews
#dfddcd text on a black background
contrast 15.36:1
Card sample
#dfddcd text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfddcd;
Background color
Panel with #dfddcd background
background-color: #dfddcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfddcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 221, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 221, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfddcd; background: linear-gradient(135deg, #dfddcd, #D5DFCD);