#dbabcb
a light, soft magenta / pink · warm · closest name: pink
RGB
219, 171, 203
HSL
320°, 40%, 77%
CMYK
0, 22, 7, 14
Luminance
0.4850
Every format
| HEX | #dbabcb |
| RGB | rgb(219, 171, 203) |
| HSL | hsl(320, 40%, 77%) |
| CMYK | cmyk(0%, 22%, 7%, 14%) |
| LAB | lab(75.1 22.7 -9.5) |
| LCH | lch(75.1 24.6 337.3) |
| OKLCH | oklch(0.794 0.070 339.0) |
Copy-ready code
/* CSS */
color: #dbabcb;
background-color: #dbabcb;
/* Tailwind (arbitrary) */
class="text-[#dbabcb] bg-[#dbabcb]"
/* SCSS */
$brand: #dbabcb;
/* SwiftUI */
Color(red: 0.859, green: 0.671, blue: 0.796)
/* Android */
Color.parseColor("#dbabcb")Accessibility — WCAG contrast
Aa
#dbabcb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbabcb on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta21.9%
Yellow7.3%
Key (black)14.1%
Color previews
#dbabcb text on a black background
contrast 10.70:1
Card sample
#dbabcb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbabcb;
Background color
Panel with #dbabcb background
background-color: #dbabcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbabcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 171, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 171, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbabcb; background: linear-gradient(135deg, #dbabcb, #DBABAB);