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