#dbd2da
a light, muted magenta / pink · warm · closest name: silver
RGB
219, 210, 218
HSL
307°, 11%, 84%
CMYK
0, 4, 1, 14
Luminance
0.6622
Every format
| HEX | #dbd2da |
| RGB | rgb(219, 210, 218) |
| HSL | hsl(307, 11%, 84%) |
| CMYK | cmyk(0%, 4%, 1%, 14%) |
| LAB | lab(85.1 4.5 -2.8) |
| LCH | lch(85.1 5.3 327.9) |
| OKLCH | oklch(0.873 0.015 329.1) |
Copy-ready code
/* CSS */
color: #dbd2da;
background-color: #dbd2da;
/* Tailwind (arbitrary) */
class="text-[#dbd2da] bg-[#dbd2da]"
/* SCSS */
$brand: #dbd2da;
/* SwiftUI */
Color(red: 0.859, green: 0.824, blue: 0.855)
/* Android */
Color.parseColor("#dbd2da")Accessibility — WCAG contrast
Aa
#dbd2da on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbd2da on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green82.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow0.5%
Key (black)14.1%
Color previews
#dbd2da text on a black background
contrast 14.24:1
Card sample
#dbd2da text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbd2da;
Background color
Panel with #dbd2da background
background-color: #dbd2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbd2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 210, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 210, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbd2da; background: linear-gradient(135deg, #dbd2da, #DBD2D4);