#dbafcd
a light, soft magenta / pink · warm · closest name: pink
RGB
219, 175, 205
HSL
319°, 38%, 77%
CMYK
0, 20, 6, 14
Luminance
0.5013
Every format
| HEX | #dbafcd |
| RGB | rgb(219, 175, 205) |
| HSL | hsl(319, 38%, 77%) |
| CMYK | cmyk(0%, 20%, 6%, 14%) |
| LAB | lab(76.2 20.9 -9.1) |
| LCH | lch(76.2 22.8 336.5) |
| OKLCH | oklch(0.802 0.065 338.1) |
Copy-ready code
/* CSS */
color: #dbafcd;
background-color: #dbafcd;
/* Tailwind (arbitrary) */
class="text-[#dbafcd] bg-[#dbafcd]"
/* SCSS */
$brand: #dbafcd;
/* SwiftUI */
Color(red: 0.859, green: 0.686, blue: 0.804)
/* Android */
Color.parseColor("#dbafcd")Accessibility — WCAG contrast
Aa
#dbafcd on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbafcd on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow6.4%
Key (black)14.1%
Color previews
#dbafcd text on a black background
contrast 11.03:1
Card sample
#dbafcd text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbafcd;
Background color
Panel with #dbafcd background
background-color: #dbafcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbafcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 175, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 175, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbafcd; background: linear-gradient(135deg, #dbafcd, #DBAFB0);