#dbace6
a light, vivid violet · warm · closest name: plum
RGB
219, 172, 230
HSL
289°, 54%, 79%
CMYK
5, 25, 0, 10
Luminance
0.5028
Every format
| HEX | #dbace6 |
| RGB | rgb(219, 172, 230) |
| HSL | hsl(289, 54%, 79%) |
| CMYK | cmyk(5%, 25%, 0%, 10%) |
| LAB | lab(76.2 27.1 -22.5) |
| LCH | lch(76.2 35.3 320.3) |
| OKLCH | oklch(0.806 0.095 319.8) |
Copy-ready code
/* CSS */
color: #dbace6;
background-color: #dbace6;
/* Tailwind (arbitrary) */
class="text-[#dbace6] bg-[#dbace6]"
/* SCSS */
$brand: #dbace6;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.902)
/* Android */
Color.parseColor("#dbace6")Accessibility — WCAG contrast
Aa
#dbace6 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbace6 on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue90.2%
CMYK percentages
Cyan4.8%
Magenta25.2%
Yellow0.0%
Key (black)9.8%
Color previews
#dbace6 text on a black background
contrast 11.06:1
Card sample
#dbace6 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbace6;
Background color
Panel with #dbace6 background
background-color: #dbace6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbace6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbace6; background: linear-gradient(135deg, #dbace6, #E6ACCA);