#dcaccb
a light, soft magenta / pink · warm · closest name: pink
RGB
220, 172, 203
HSL
321°, 41%, 77%
CMYK
0, 22, 8, 14
Luminance
0.4903
Every format
| HEX | #dcaccb |
| RGB | rgb(220, 172, 203) |
| HSL | hsl(321, 41%, 77%) |
| CMYK | cmyk(0%, 22%, 8%, 14%) |
| LAB | lab(75.5 22.5 -9.0) |
| LCH | lch(75.5 24.2 338.2) |
| OKLCH | oklch(0.797 0.069 339.9) |
Copy-ready code
/* CSS */
color: #dcaccb;
background-color: #dcaccb;
/* Tailwind (arbitrary) */
class="text-[#dcaccb] bg-[#dcaccb]"
/* SCSS */
$brand: #dcaccb;
/* SwiftUI */
Color(red: 0.863, green: 0.675, blue: 0.796)
/* Android */
Color.parseColor("#dcaccb")Accessibility — WCAG contrast
Aa
#dcaccb on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcaccb on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green67.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow7.7%
Key (black)13.7%
Color previews
#dcaccb text on a black background
contrast 10.81:1
Card sample
#dcaccb text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcaccb;
Background color
Panel with #dcaccb background
background-color: #dcaccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcaccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 172, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 172, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcaccb; background: linear-gradient(135deg, #dcaccb, #DCADAC);