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