#dbbedf
a light, soft magenta / pink · warm · closest name: lavender
RGB
219, 190, 223
HSL
293°, 34%, 81%
CMYK
2, 15, 0, 13
Luminance
0.5721
Every format
| HEX | #dbbedf |
| RGB | rgb(219, 190, 223) |
| HSL | hsl(293, 34%, 81%) |
| CMYK | cmyk(2%, 15%, 0%, 13%) |
| LAB | lab(80.3 16.1 -12.6) |
| LCH | lch(80.3 20.4 321.8) |
| OKLCH | oklch(0.836 0.055 322.2) |
Copy-ready code
/* CSS */
color: #dbbedf;
background-color: #dbbedf;
/* Tailwind (arbitrary) */
class="text-[#dbbedf] bg-[#dbbedf]"
/* SCSS */
$brand: #dbbedf;
/* SwiftUI */
Color(red: 0.859, green: 0.745, blue: 0.875)
/* Android */
Color.parseColor("#dbbedf")Accessibility — WCAG contrast
Aa
#dbbedf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbedf on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.5%
Blue87.5%
CMYK percentages
Cyan1.8%
Magenta14.8%
Yellow0.0%
Key (black)12.5%
Color previews
#dbbedf text on a black background
contrast 12.44:1
Card sample
#dbbedf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbedf;
Background color
Panel with #dbbedf background
background-color: #dbbedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 190, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 190, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbedf; background: linear-gradient(135deg, #dbbedf, #DFBECD);