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