#daccdc
a light, soft magenta / pink · warm · closest name: lavender
RGB
218, 204, 220
HSL
293°, 19%, 83%
CMYK
1, 7, 0, 14
Luminance
0.6326
Every format
| HEX | #daccdc |
| RGB | rgb(218, 204, 220) |
| HSL | hsl(293, 19%, 83%) |
| CMYK | cmyk(1%, 7%, 0%, 14%) |
| LAB | lab(83.6 7.7 -6.2) |
| LCH | lch(83.6 9.9 321.4) |
| OKLCH | oklch(0.861 0.027 321.9) |
Copy-ready code
/* CSS */
color: #daccdc;
background-color: #daccdc;
/* Tailwind (arbitrary) */
class="text-[#daccdc] bg-[#daccdc]"
/* SCSS */
$brand: #daccdc;
/* SwiftUI */
Color(red: 0.855, green: 0.800, blue: 0.863)
/* Android */
Color.parseColor("#daccdc")Accessibility — WCAG contrast
Aa
#daccdc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daccdc on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.0%
Blue86.3%
CMYK percentages
Cyan0.9%
Magenta7.3%
Yellow0.0%
Key (black)13.7%
Color previews
#daccdc text on a black background
contrast 13.65:1
Card sample
#daccdc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daccdc;
Background color
Panel with #daccdc background
background-color: #daccdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daccdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 204, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 204, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daccdc; background: linear-gradient(135deg, #daccdc, #DCCCD3);