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