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