#dbbfd5
a light, soft magenta / pink · warm · closest name: pink
RGB
219, 191, 213
HSL
313°, 28%, 80%
CMYK
0, 13, 3, 14
Luminance
0.5713
Every format
| HEX | #dbbfd5 |
| RGB | rgb(219, 191, 213) |
| HSL | hsl(313, 28%, 80%) |
| CMYK | cmyk(0%, 13%, 3%, 14%) |
| LAB | lab(80.3 13.7 -7.3) |
| LCH | lch(80.3 15.5 331.8) |
| OKLCH | oklch(0.835 0.043 333.3) |
Copy-ready code
/* CSS */
color: #dbbfd5;
background-color: #dbbfd5;
/* Tailwind (arbitrary) */
class="text-[#dbbfd5] bg-[#dbbfd5]"
/* SCSS */
$brand: #dbbfd5;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.835)
/* Android */
Color.parseColor("#dbbfd5")Accessibility — WCAG contrast
Aa
#dbbfd5 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfd5 on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow2.7%
Key (black)14.1%
Color previews
#dbbfd5 text on a black background
contrast 12.43:1
Card sample
#dbbfd5 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfd5;
Background color
Panel with #dbbfd5 background
background-color: #dbbfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfd5; background: linear-gradient(135deg, #dbbfd5, #DBBFC2);