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