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