#dbacc4
a light, soft magenta / pink · warm · closest name: pink
RGB
219, 172, 196
HSL
329°, 40%, 77%
CMYK
0, 22, 11, 14
Luminance
0.4855
Every format
| HEX | #dbacc4 |
| RGB | rgb(219, 172, 196) |
| HSL | hsl(329, 40%, 77%) |
| CMYK | cmyk(0%, 22%, 11%, 14%) |
| LAB | lab(75.2 20.9 -5.6) |
| LCH | lch(75.2 21.7 345.0) |
| OKLCH | oklch(0.794 0.063 346.5) |
Copy-ready code
/* CSS */
color: #dbacc4;
background-color: #dbacc4;
/* Tailwind (arbitrary) */
class="text-[#dbacc4] bg-[#dbacc4]"
/* SCSS */
$brand: #dbacc4;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.769)
/* Android */
Color.parseColor("#dbacc4")Accessibility — WCAG contrast
Aa
#dbacc4 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbacc4 on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow10.5%
Key (black)14.1%
Color previews
#dbacc4 text on a black background
contrast 10.71:1
Card sample
#dbacc4 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbacc4;
Background color
Panel with #dbacc4 background
background-color: #dbacc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbacc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbacc4; background: linear-gradient(135deg, #dbacc4, #DBB3AC);