#dcdecf
a light, soft yellow · cool · closest name: beige
RGB
220, 222, 207
HSL
68°, 19%, 84%
CMYK
1, 0, 7, 13
Luminance
0.7196
Every format
| HEX | #dcdecf |
| RGB | rgb(220, 222, 207) |
| HSL | hsl(68, 19%, 84%) |
| CMYK | cmyk(1%, 0%, 7%, 13%) |
| LAB | lab(88.0 -3.3 7.1) |
| LCH | lch(88.0 7.8 114.9) |
| OKLCH | oklch(0.895 0.020 113.0) |
Copy-ready code
/* CSS */
color: #dcdecf;
background-color: #dcdecf;
/* Tailwind (arbitrary) */
class="text-[#dcdecf] bg-[#dcdecf]"
/* SCSS */
$brand: #dcdecf;
/* SwiftUI */
Color(red: 0.863, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#dcdecf")Accessibility — WCAG contrast
Aa
#dcdecf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdecf on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.1%
Blue81.2%
CMYK percentages
Cyan0.9%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#dcdecf text on a black background
contrast 15.39:1
Card sample
#dcdecf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdecf;
Background color
Panel with #dcdecf background
background-color: #dcdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdecf; background: linear-gradient(135deg, #dcdecf, #D2DECF);