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