#decddf
a light, soft magenta / pink · warm · closest name: lavender
RGB
222, 205, 223
HSL
297°, 22%, 84%
CMYK
0, 8, 0, 13
Luminance
0.6452
Every format
| HEX | #decddf |
| RGB | rgb(222, 205, 223) |
| HSL | hsl(297, 22%, 84%) |
| CMYK | cmyk(0%, 8%, 0%, 13%) |
| LAB | lab(84.2 9.1 -6.8) |
| LCH | lch(84.2 11.3 323.4) |
| OKLCH | oklch(0.868 0.031 324.2) |
Copy-ready code
/* CSS */
color: #decddf;
background-color: #decddf;
/* Tailwind (arbitrary) */
class="text-[#decddf] bg-[#decddf]"
/* SCSS */
$brand: #decddf;
/* SwiftUI */
Color(red: 0.871, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#decddf")Accessibility — WCAG contrast
Aa
#decddf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decddf on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green80.4%
Blue87.5%
CMYK percentages
Cyan0.4%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#decddf text on a black background
contrast 13.90:1
Card sample
#decddf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decddf;
Background color
Panel with #decddf background
background-color: #decddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decddf; background: linear-gradient(135deg, #decddf, #DFCDD4);