#dcc9df
a light, soft magenta / pink · warm · closest name: lavender
RGB
220, 201, 223
HSL
292°, 26%, 83%
CMYK
1, 10, 0, 13
Luminance
0.6232
Every format
| HEX | #dcc9df |
| RGB | rgb(220, 201, 223) |
| HSL | hsl(292, 26%, 83%) |
| CMYK | cmyk(1%, 10%, 0%, 13%) |
| LAB | lab(83.1 10.5 -8.5) |
| LCH | lch(83.1 13.5 321.2) |
| OKLCH | oklch(0.858 0.036 321.6) |
Copy-ready code
/* CSS */
color: #dcc9df;
background-color: #dcc9df;
/* Tailwind (arbitrary) */
class="text-[#dcc9df] bg-[#dcc9df]"
/* SCSS */
$brand: #dcc9df;
/* SwiftUI */
Color(red: 0.863, green: 0.788, blue: 0.875)
/* Android */
Color.parseColor("#dcc9df")Accessibility — WCAG contrast
Aa
#dcc9df on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc9df on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green78.8%
Blue87.5%
CMYK percentages
Cyan1.3%
Magenta9.9%
Yellow0.0%
Key (black)12.5%
Color previews
#dcc9df text on a black background
contrast 13.46:1
Card sample
#dcc9df text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc9df;
Background color
Panel with #dcc9df background
background-color: #dcc9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 201, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 201, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc9df; background: linear-gradient(135deg, #dcc9df, #DFC9D3);