#ded2df
a light, soft magenta / pink · warm · closest name: lavender
RGB
222, 210, 223
HSL
295°, 17%, 85%
CMYK
0, 6, 0, 13
Luminance
0.6695
Every format
| HEX | #ded2df |
| RGB | rgb(222, 210, 223) |
| HSL | hsl(295, 17%, 85%) |
| CMYK | cmyk(0%, 6%, 0%, 13%) |
| LAB | lab(85.5 6.4 -4.9) |
| LCH | lch(85.5 8.1 322.6) |
| OKLCH | oklch(0.877 0.022 323.4) |
Copy-ready code
/* CSS */
color: #ded2df;
background-color: #ded2df;
/* Tailwind (arbitrary) */
class="text-[#ded2df] bg-[#ded2df]"
/* SCSS */
$brand: #ded2df;
/* SwiftUI */
Color(red: 0.871, green: 0.824, blue: 0.875)
/* Android */
Color.parseColor("#ded2df")Accessibility — WCAG contrast
Aa
#ded2df on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ded2df on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green82.4%
Blue87.5%
CMYK percentages
Cyan0.4%
Magenta5.8%
Yellow0.0%
Key (black)12.5%
Color previews
#ded2df text on a black background
contrast 14.39:1
Card sample
#ded2df text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ded2df;
Background color
Panel with #ded2df background
background-color: #ded2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ded2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 210, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 210, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ded2df; background: linear-gradient(135deg, #ded2df, #DFD2D7);