#dcddbf
a light, soft yellow · cool · closest name: beige
RGB
220, 221, 191
HSL
62°, 31%, 81%
CMYK
1, 0, 14, 13
Luminance
0.7069
Every format
| HEX | #dcddbf |
| RGB | rgb(220, 221, 191) |
| HSL | hsl(62, 31%, 81%) |
| CMYK | cmyk(1%, 0%, 14%, 13%) |
| LAB | lab(87.3 -5.4 14.6) |
| LCH | lch(87.3 15.6 110.2) |
| OKLCH | oklch(0.889 0.040 108.7) |
Copy-ready code
/* CSS */
color: #dcddbf;
background-color: #dcddbf;
/* Tailwind (arbitrary) */
class="text-[#dcddbf] bg-[#dcddbf]"
/* SCSS */
$brand: #dcddbf;
/* SwiftUI */
Color(red: 0.863, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#dcddbf")Accessibility — WCAG contrast
Aa
#dcddbf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcddbf on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green86.7%
Blue74.9%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow13.6%
Key (black)13.3%
Color previews
#dcddbf text on a black background
contrast 15.14:1
Card sample
#dcddbf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcddbf;
Background color
Panel with #dcddbf background
background-color: #dcddbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcddbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcddbf; background: linear-gradient(135deg, #dcddbf, #C8DDBF);