#dbd3da
a light, muted magenta / pink · warm · closest name: silver
RGB
219, 211, 218
HSL
308°, 10%, 84%
CMYK
0, 4, 1, 14
Luminance
0.6671
Every format
| HEX | #dbd3da |
| RGB | rgb(219, 211, 218) |
| HSL | hsl(308, 10%, 84%) |
| CMYK | cmyk(0%, 4%, 1%, 14%) |
| LAB | lab(85.4 4.0 -2.5) |
| LCH | lch(85.4 4.7 328.2) |
| OKLCH | oklch(0.875 0.013 329.6) |
Copy-ready code
/* CSS */
color: #dbd3da;
background-color: #dbd3da;
/* Tailwind (arbitrary) */
class="text-[#dbd3da] bg-[#dbd3da]"
/* SCSS */
$brand: #dbd3da;
/* SwiftUI */
Color(red: 0.859, green: 0.827, blue: 0.855)
/* Android */
Color.parseColor("#dbd3da")Accessibility — WCAG contrast
Aa
#dbd3da on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbd3da on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green82.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta3.7%
Yellow0.5%
Key (black)14.1%
Color previews
#dbd3da text on a black background
contrast 14.34:1
Card sample
#dbd3da text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbd3da;
Background color
Panel with #dbd3da background
background-color: #dbd3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbd3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 211, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 211, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbd3da; background: linear-gradient(135deg, #dbd3da, #DBD3D5);