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