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