#ded8df
a pale, muted magenta / pink · warm · closest name: lavender
RGB
222, 216, 223
HSL
291°, 10%, 86%
CMYK
0, 3, 0, 13
Luminance
0.6997
Every format
| HEX | #ded8df |
| RGB | rgb(222, 216, 223) |
| HSL | hsl(291, 10%, 86%) |
| CMYK | cmyk(0%, 3%, 0%, 13%) |
| LAB | lab(87.0 3.3 -2.7) |
| LCH | lch(87.0 4.3 320.6) |
| OKLCH | oklch(0.889 0.011 321.3) |
Copy-ready code
/* CSS */
color: #ded8df;
background-color: #ded8df;
/* Tailwind (arbitrary) */
class="text-[#ded8df] bg-[#ded8df]"
/* SCSS */
$brand: #ded8df;
/* SwiftUI */
Color(red: 0.871, green: 0.847, blue: 0.875)
/* Android */
Color.parseColor("#ded8df")Accessibility — WCAG contrast
Aa
#ded8df on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ded8df on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green84.7%
Blue87.5%
CMYK percentages
Cyan0.4%
Magenta3.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ded8df text on a black background
contrast 14.99:1
Card sample
#ded8df text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ded8df;
Background color
Panel with #ded8df background
background-color: #ded8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ded8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 216, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 216, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ded8df; background: linear-gradient(135deg, #ded8df, #DFD8DB);