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