#dbacbe
a light, soft magenta / pink · warm · closest name: pink
RGB
219, 172, 190
HSL
337°, 40%, 77%
CMYK
0, 22, 13, 14
Luminance
0.4828
Every format
| HEX | #dbacbe |
| RGB | rgb(219, 172, 190) |
| HSL | hsl(337, 40%, 77%) |
| CMYK | cmyk(0%, 22%, 13%, 14%) |
| LAB | lab(75.0 20.0 -2.6) |
| LCH | lch(75.0 20.1 352.6) |
| OKLCH | oklch(0.792 0.059 353.7) |
Copy-ready code
/* CSS */
color: #dbacbe;
background-color: #dbacbe;
/* Tailwind (arbitrary) */
class="text-[#dbacbe] bg-[#dbacbe]"
/* SCSS */
$brand: #dbacbe;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.745)
/* Android */
Color.parseColor("#dbacbe")Accessibility — WCAG contrast
Aa
#dbacbe on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbacbe on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow13.2%
Key (black)14.1%
Color previews
#dbacbe text on a black background
contrast 10.66:1
Card sample
#dbacbe text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbacbe;
Background color
Panel with #dbacbe background
background-color: #dbacbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbacbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbacbe; background: linear-gradient(135deg, #dbacbe, #DBB9AC);