#dbadce
a light, soft magenta / pink · warm · closest name: plum
RGB
219, 173, 206
HSL
317°, 39%, 77%
CMYK
0, 21, 6, 14
Luminance
0.4940
Every format
| HEX | #dbadce |
| RGB | rgb(219, 173, 206) |
| HSL | hsl(317, 39%, 77%) |
| CMYK | cmyk(0%, 21%, 6%, 14%) |
| LAB | lab(75.7 22.1 -10.3) |
| LCH | lch(75.7 24.4 335.0) |
| OKLCH | oklch(0.799 0.069 336.7) |
Copy-ready code
/* CSS */
color: #dbadce;
background-color: #dbadce;
/* Tailwind (arbitrary) */
class="text-[#dbadce] bg-[#dbadce]"
/* SCSS */
$brand: #dbadce;
/* SwiftUI */
Color(red: 0.859, green: 0.678, blue: 0.808)
/* Android */
Color.parseColor("#dbadce")Accessibility — WCAG contrast
Aa
#dbadce on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbadce on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow5.9%
Key (black)14.1%
Color previews
#dbadce text on a black background
contrast 10.88:1
Card sample
#dbadce text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbadce;
Background color
Panel with #dbadce background
background-color: #dbadce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbadce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 173, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 173, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbadce; background: linear-gradient(135deg, #dbadce, #DBADAF);