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