#dcacda
a light, soft magenta / pink · warm · closest name: plum
RGB
220, 172, 218
HSL
303°, 41%, 77%
CMYK
0, 22, 1, 14
Luminance
0.4978
Every format
| HEX | #dcacda |
| RGB | rgb(220, 172, 218) |
| HSL | hsl(303, 41%, 77%) |
| CMYK | cmyk(0%, 22%, 1%, 14%) |
| LAB | lab(75.9 25.2 -16.5) |
| LCH | lch(75.9 30.1 326.8) |
| OKLCH | oklch(0.802 0.083 327.7) |
Copy-ready code
/* CSS */
color: #dcacda;
background-color: #dcacda;
/* Tailwind (arbitrary) */
class="text-[#dcacda] bg-[#dcacda]"
/* SCSS */
$brand: #dcacda;
/* SwiftUI */
Color(red: 0.863, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#dcacda")Accessibility — WCAG contrast
Aa
#dcacda on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcacda on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green67.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow0.9%
Key (black)13.7%
Color previews
#dcacda text on a black background
contrast 10.96:1
Card sample
#dcacda text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcacda;
Background color
Panel with #dcacda background
background-color: #dcacda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcacda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcacda; background: linear-gradient(135deg, #dcacda, #DCACBA);