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