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