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