#dedbdf
a pale, muted gray · warm · closest name: lavender
RGB
222, 219, 223
HSL
285°, 6%, 87%
CMYK
0, 2, 0, 13
Luminance
0.7152
Every format
| HEX | #dedbdf |
| RGB | rgb(222, 219, 223) |
| HSL | hsl(285, 6%, 87%) |
| CMYK | cmyk(0%, 2%, 0%, 13%) |
| LAB | lab(87.7 1.7 -1.6) |
| LCH | lch(87.7 2.4 317.4) |
| OKLCH | oklch(0.895 0.006 317.8) |
Copy-ready code
/* CSS */
color: #dedbdf;
background-color: #dedbdf;
/* Tailwind (arbitrary) */
class="text-[#dedbdf] bg-[#dedbdf]"
/* SCSS */
$brand: #dedbdf;
/* SwiftUI */
Color(red: 0.871, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#dedbdf")Accessibility — WCAG contrast
Aa
#dedbdf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dedbdf on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green85.9%
Blue87.5%
CMYK percentages
Cyan0.4%
Magenta1.8%
Yellow0.0%
Key (black)12.5%
Color previews
#dedbdf text on a black background
contrast 15.30:1
Card sample
#dedbdf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dedbdf;
Background color
Panel with #dedbdf background
background-color: #dedbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dedbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dedbdf; background: linear-gradient(135deg, #dedbdf, #DFDBDD);