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