#dbbfcf
a light, soft magenta / pink · warm · closest name: silver
RGB
219, 191, 207
HSL
326°, 28%, 80%
CMYK
0, 13, 6, 14
Luminance
0.5683
Every format
| HEX | #dbbfcf |
| RGB | rgb(219, 191, 207) |
| HSL | hsl(326, 28%, 80%) |
| CMYK | cmyk(0%, 13%, 6%, 14%) |
| LAB | lab(80.1 12.6 -4.3) |
| LCH | lch(80.1 13.4 341.0) |
| OKLCH | oklch(0.833 0.038 342.6) |
Copy-ready code
/* CSS */
color: #dbbfcf;
background-color: #dbbfcf;
/* Tailwind (arbitrary) */
class="text-[#dbbfcf] bg-[#dbbfcf]"
/* SCSS */
$brand: #dbbfcf;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.812)
/* Android */
Color.parseColor("#dbbfcf")Accessibility — WCAG contrast
Aa
#dbbfcf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfcf on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow5.5%
Key (black)14.1%
Color previews
#dbbfcf text on a black background
contrast 12.37:1
Card sample
#dbbfcf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfcf;
Background color
Panel with #dbbfcf background
background-color: #dbbfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfcf; background: linear-gradient(135deg, #dbbfcf, #DBC2BF);