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