#dcc6df
a light, soft magenta / pink · warm · closest name: lavender
RGB
220, 198, 223
HSL
293°, 28%, 83%
CMYK
1, 11, 0, 13
Luminance
0.6093
Every format
| HEX | #dcc6df |
| RGB | rgb(220, 198, 223) |
| HSL | hsl(293, 28%, 83%) |
| CMYK | cmyk(1%, 11%, 0%, 13%) |
| LAB | lab(82.3 12.1 -9.6) |
| LCH | lch(82.3 15.4 321.7) |
| OKLCH | oklch(0.852 0.042 322.2) |
Copy-ready code
/* CSS */
color: #dcc6df;
background-color: #dcc6df;
/* Tailwind (arbitrary) */
class="text-[#dcc6df] bg-[#dcc6df]"
/* SCSS */
$brand: #dcc6df;
/* SwiftUI */
Color(red: 0.863, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#dcc6df")Accessibility — WCAG contrast
Aa
#dcc6df on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc6df on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green77.6%
Blue87.5%
CMYK percentages
Cyan1.3%
Magenta11.2%
Yellow0.0%
Key (black)12.5%
Color previews
#dcc6df text on a black background
contrast 13.19:1
Card sample
#dcc6df text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc6df;
Background color
Panel with #dcc6df background
background-color: #dcc6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc6df; background: linear-gradient(135deg, #dcc6df, #DFC6D1);