#ded5df
a pale, muted magenta / pink · warm · closest name: lavender
RGB
222, 213, 223
HSL
294°, 14%, 86%
CMYK
0, 5, 0, 13
Luminance
0.6845
Every format
| HEX | #ded5df |
| RGB | rgb(222, 213, 223) |
| HSL | hsl(294, 14%, 86%) |
| CMYK | cmyk(0%, 5%, 0%, 13%) |
| LAB | lab(86.2 4.9 -3.8) |
| LCH | lch(86.2 6.2 322.0) |
| OKLCH | oklch(0.883 0.017 322.7) |
Copy-ready code
/* CSS */
color: #ded5df;
background-color: #ded5df;
/* Tailwind (arbitrary) */
class="text-[#ded5df] bg-[#ded5df]"
/* SCSS */
$brand: #ded5df;
/* SwiftUI */
Color(red: 0.871, green: 0.835, blue: 0.875)
/* Android */
Color.parseColor("#ded5df")Accessibility — WCAG contrast
Aa
#ded5df on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ded5df on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green83.5%
Blue87.5%
CMYK percentages
Cyan0.4%
Magenta4.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ded5df text on a black background
contrast 14.69:1
Card sample
#ded5df text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ded5df;
Background color
Panel with #ded5df background
background-color: #ded5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ded5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 213, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 213, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ded5df; background: linear-gradient(135deg, #ded5df, #DFD5D9);