#dbcbd8
a light, soft magenta / pink · warm · closest name: silver
RGB
219, 203, 216
HSL
311°, 18%, 83%
CMYK
0, 7, 1, 14
Luminance
0.6273
Every format
| HEX | #dbcbd8 |
| RGB | rgb(219, 203, 216) |
| HSL | hsl(311, 18%, 83%) |
| CMYK | cmyk(0%, 7%, 1%, 14%) |
| LAB | lab(83.3 7.8 -4.4) |
| LCH | lch(83.3 9.0 330.6) |
| OKLCH | oklch(0.859 0.025 332.0) |
Copy-ready code
/* CSS */
color: #dbcbd8;
background-color: #dbcbd8;
/* Tailwind (arbitrary) */
class="text-[#dbcbd8] bg-[#dbcbd8]"
/* SCSS */
$brand: #dbcbd8;
/* SwiftUI */
Color(red: 0.859, green: 0.796, blue: 0.847)
/* Android */
Color.parseColor("#dbcbd8")Accessibility — WCAG contrast
Aa
#dbcbd8 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcbd8 on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green79.6%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow1.4%
Key (black)14.1%
Color previews
#dbcbd8 text on a black background
contrast 13.55:1
Card sample
#dbcbd8 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcbd8;
Background color
Panel with #dbcbd8 background
background-color: #dbcbd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcbd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 203, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 203, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcbd8; background: linear-gradient(135deg, #dbcbd8, #DBCBCD);