#dccadc
a light, soft magenta / pink · warm · closest name: lavender
RGB
220, 202, 220
HSL
300°, 21%, 83%
CMYK
0, 8, 0, 14
Luminance
0.6262
Every format
| HEX | #dccadc |
| RGB | rgb(220, 202, 220) |
| HSL | hsl(300, 21%, 83%) |
| CMYK | cmyk(0%, 8%, 0%, 14%) |
| LAB | lab(83.2 9.4 -6.6) |
| LCH | lch(83.2 11.5 324.9) |
| OKLCH | oklch(0.859 0.031 325.8) |
Copy-ready code
/* CSS */
color: #dccadc;
background-color: #dccadc;
/* Tailwind (arbitrary) */
class="text-[#dccadc] bg-[#dccadc]"
/* SCSS */
$brand: #dccadc;
/* SwiftUI */
Color(red: 0.863, green: 0.792, blue: 0.863)
/* Android */
Color.parseColor("#dccadc")Accessibility — WCAG contrast
Aa
#dccadc on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccadc on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.2%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow0.0%
Key (black)13.7%
Color previews
#dccadc text on a black background
contrast 13.52:1
Card sample
#dccadc text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccadc;
Background color
Panel with #dccadc background
background-color: #dccadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 202, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 202, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccadc; background: linear-gradient(135deg, #dccadc, #DCCAD0);