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