#dcc5df
a light, soft magenta / pink · warm · closest name: lavender
RGB
220, 197, 223
HSL
293°, 29%, 82%
CMYK
1, 12, 0, 13
Luminance
0.6048
Every format
| HEX | #dcc5df |
| RGB | rgb(220, 197, 223) |
| HSL | hsl(293, 29%, 82%) |
| CMYK | cmyk(1%, 12%, 0%, 13%) |
| LAB | lab(82.1 12.7 -9.9) |
| LCH | lch(82.1 16.1 321.8) |
| OKLCH | oklch(0.851 0.043 322.3) |
Copy-ready code
/* CSS */
color: #dcc5df;
background-color: #dcc5df;
/* Tailwind (arbitrary) */
class="text-[#dcc5df] bg-[#dcc5df]"
/* SCSS */
$brand: #dcc5df;
/* SwiftUI */
Color(red: 0.863, green: 0.773, blue: 0.875)
/* Android */
Color.parseColor("#dcc5df")Accessibility — WCAG contrast
Aa
#dcc5df on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc5df on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green77.3%
Blue87.5%
CMYK percentages
Cyan1.3%
Magenta11.7%
Yellow0.0%
Key (black)12.5%
Color previews
#dcc5df text on a black background
contrast 13.10:1
Card sample
#dcc5df text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc5df;
Background color
Panel with #dcc5df background
background-color: #dcc5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 197, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 197, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc5df; background: linear-gradient(135deg, #dcc5df, #DFC5D1);