#dbbdcf
a light, soft magenta / pink · warm · closest name: pink
RGB
219, 189, 207
HSL
324°, 29%, 80%
CMYK
0, 14, 6, 14
Luminance
0.5596
Every format
| HEX | #dbbdcf |
| RGB | rgb(219, 189, 207) |
| HSL | hsl(324, 29%, 80%) |
| CMYK | cmyk(0%, 14%, 6%, 14%) |
| LAB | lab(79.6 13.7 -5.1) |
| LCH | lch(79.6 14.6 339.7) |
| OKLCH | oklch(0.829 0.042 341.3) |
Copy-ready code
/* CSS */
color: #dbbdcf;
background-color: #dbbdcf;
/* Tailwind (arbitrary) */
class="text-[#dbbdcf] bg-[#dbbdcf]"
/* SCSS */
$brand: #dbbdcf;
/* SwiftUI */
Color(red: 0.859, green: 0.741, blue: 0.812)
/* Android */
Color.parseColor("#dbbdcf")Accessibility — WCAG contrast
Aa
#dbbdcf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbdcf on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow5.5%
Key (black)14.1%
Color previews
#dbbdcf text on a black background
contrast 12.19:1
Card sample
#dbbdcf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbdcf;
Background color
Panel with #dbbdcf background
background-color: #dbbdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 189, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 189, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbdcf; background: linear-gradient(135deg, #dbbdcf, #DBBFBD);