#dedade
a pale, muted gray · warm · closest name: lavender
RGB
222, 218, 222
HSL
300°, 6%, 86%
CMYK
0, 2, 0, 13
Luminance
0.7095
Every format
| HEX | #dedade |
| RGB | rgb(222, 218, 222) |
| HSL | hsl(300, 6%, 86%) |
| CMYK | cmyk(0%, 2%, 0%, 13%) |
| LAB | lab(87.5 2.1 -1.5) |
| LCH | lch(87.5 2.5 324.6) |
| OKLCH | oklch(0.893 0.007 325.6) |
Copy-ready code
/* CSS */
color: #dedade;
background-color: #dedade;
/* Tailwind (arbitrary) */
class="text-[#dedade] bg-[#dedade]"
/* SCSS */
$brand: #dedade;
/* SwiftUI */
Color(red: 0.871, green: 0.855, blue: 0.871)
/* Android */
Color.parseColor("#dedade")Accessibility — WCAG contrast
Aa
#dedade on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dedade on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green85.5%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow0.0%
Key (black)12.9%
Color previews
#dedade text on a black background
contrast 15.19:1
Card sample
#dedade text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dedade;
Background color
Panel with #dedade background
background-color: #dedade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dedade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 218, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 218, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dedade; background: linear-gradient(135deg, #dedade, #DEDADB);