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