#dedace
a light, soft yellow · cool · closest name: beige
RGB
222, 218, 206
HSL
45°, 20%, 84%
CMYK
0, 2, 7, 13
Luminance
0.7013
Every format
| HEX | #dedace |
| RGB | rgb(222, 218, 206) |
| HSL | hsl(45, 20%, 84%) |
| CMYK | cmyk(0%, 2%, 7%, 13%) |
| LAB | lab(87.1 -0.7 6.4) |
| LCH | lch(87.1 6.4 96.4) |
| OKLCH | oklch(0.888 0.017 91.6) |
Copy-ready code
/* CSS */
color: #dedace;
background-color: #dedace;
/* Tailwind (arbitrary) */
class="text-[#dedace] bg-[#dedace]"
/* SCSS */
$brand: #dedace;
/* SwiftUI */
Color(red: 0.871, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#dedace")Accessibility — WCAG contrast
Aa
#dedace on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dedace on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green85.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow7.2%
Key (black)12.9%
Color previews
#dedace text on a black background
contrast 15.03:1
Card sample
#dedace text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dedace;
Background color
Panel with #dedace background
background-color: #dedace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dedace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dedace; background: linear-gradient(135deg, #dedace, #D7DECE);