#dbace3
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 172, 227
HSL
291°, 50%, 78%
CMYK
4, 24, 0, 11
Luminance
0.5011
Every format
| HEX | #dbace3 |
| RGB | rgb(219, 172, 227) |
| HSL | hsl(291, 50%, 78%) |
| CMYK | cmyk(4%, 24%, 0%, 11%) |
| LAB | lab(76.1 26.5 -21.1) |
| LCH | lch(76.1 33.9 321.5) |
| OKLCH | oklch(0.805 0.091 321.5) |
Copy-ready code
/* CSS */
color: #dbace3;
background-color: #dbace3;
/* Tailwind (arbitrary) */
class="text-[#dbace3] bg-[#dbace3]"
/* SCSS */
$brand: #dbace3;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.890)
/* Android */
Color.parseColor("#dbace3")Accessibility — WCAG contrast
Aa
#dbace3 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbace3 on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue89.0%
CMYK percentages
Cyan3.5%
Magenta24.2%
Yellow0.0%
Key (black)11.0%
Color previews
#dbace3 text on a black background
contrast 11.02:1
Card sample
#dbace3 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbace3;
Background color
Panel with #dbace3 background
background-color: #dbace3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbace3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbace3; background: linear-gradient(135deg, #dbace3, #E3ACC6);