#dbbacc
a light, soft magenta / pink · warm · closest name: pink
RGB
219, 186, 204
HSL
327°, 31%, 79%
CMYK
0, 15, 7, 14
Luminance
0.5454
Every format
| HEX | #dbbacc |
| RGB | rgb(219, 186, 204) |
| HSL | hsl(327, 31%, 79%) |
| CMYK | cmyk(0%, 15%, 7%, 14%) |
| LAB | lab(78.8 14.8 -4.7) |
| LCH | lch(78.8 15.5 342.5) |
| OKLCH | oklch(0.823 0.045 344.1) |
Copy-ready code
/* CSS */
color: #dbbacc;
background-color: #dbbacc;
/* Tailwind (arbitrary) */
class="text-[#dbbacc] bg-[#dbbacc]"
/* SCSS */
$brand: #dbbacc;
/* SwiftUI */
Color(red: 0.859, green: 0.729, blue: 0.800)
/* Android */
Color.parseColor("#dbbacc")Accessibility — WCAG contrast
Aa
#dbbacc on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbacc on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green72.9%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow6.8%
Key (black)14.1%
Color previews
#dbbacc text on a black background
contrast 11.91:1
Card sample
#dbbacc text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbacc;
Background color
Panel with #dbbacc background
background-color: #dbbacc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbacc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 186, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 186, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbacc; background: linear-gradient(135deg, #dbbacc, #DBBEBA);