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