#deccda
a light, soft magenta / pink · warm · closest name: lavender
RGB
222, 204, 218
HSL
313°, 21%, 84%
CMYK
0, 8, 2, 13
Luminance
0.6378
Every format
| HEX | #deccda |
| RGB | rgb(222, 204, 218) |
| HSL | hsl(313, 21%, 84%) |
| CMYK | cmyk(0%, 8%, 2%, 13%) |
| LAB | lab(83.8 8.7 -4.7) |
| LCH | lch(83.8 9.9 331.8) |
| OKLCH | oklch(0.864 0.027 333.3) |
Copy-ready code
/* CSS */
color: #deccda;
background-color: #deccda;
/* Tailwind (arbitrary) */
class="text-[#deccda] bg-[#deccda]"
/* SCSS */
$brand: #deccda;
/* SwiftUI */
Color(red: 0.871, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#deccda")Accessibility — WCAG contrast
Aa
#deccda on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deccda on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green80.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow1.8%
Key (black)12.9%
Color previews
#deccda text on a black background
contrast 13.76:1
Card sample
#deccda text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deccda;
Background color
Panel with #deccda background
background-color: #deccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deccda; background: linear-gradient(135deg, #deccda, #DECCCE);