#dbace8
a light, vivid violet · warm · closest name: plum
RGB
219, 172, 232
HSL
287°, 57%, 79%
CMYK
6, 26, 0, 9
Luminance
0.5039
Every format
| HEX | #dbace8 |
| RGB | rgb(219, 172, 232) |
| HSL | hsl(287, 57%, 79%) |
| CMYK | cmyk(6%, 26%, 0%, 9%) |
| LAB | lab(76.3 27.5 -23.5) |
| LCH | lch(76.3 36.2 319.5) |
| OKLCH | oklch(0.806 0.097 318.8) |
Copy-ready code
/* CSS */
color: #dbace8;
background-color: #dbace8;
/* Tailwind (arbitrary) */
class="text-[#dbace8] bg-[#dbace8]"
/* SCSS */
$brand: #dbace8;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.910)
/* Android */
Color.parseColor("#dbace8")Accessibility — WCAG contrast
Aa
#dbace8 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbace8 on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue91.0%
CMYK percentages
Cyan5.6%
Magenta25.9%
Yellow0.0%
Key (black)9.0%
Color previews
#dbace8 text on a black background
contrast 11.08:1
Card sample
#dbace8 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbace8;
Background color
Panel with #dbace8 background
background-color: #dbace8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbace8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbace8; background: linear-gradient(135deg, #dbace8, #E8ACCD);