#dbacef
a light, vivid violet · warm · closest name: plum
RGB
219, 172, 239
HSL
282°, 68%, 81%
CMYK
8, 28, 0, 6
Luminance
0.5080
Every format
| HEX | #dbacef |
| RGB | rgb(219, 172, 239) |
| HSL | hsl(282, 68%, 81%) |
| CMYK | cmyk(8%, 28%, 0%, 6%) |
| LAB | lab(76.6 28.9 -26.9) |
| LCH | lch(76.6 39.5 317.0) |
| OKLCH | oklch(0.809 0.105 315.6) |
Copy-ready code
/* CSS */
color: #dbacef;
background-color: #dbacef;
/* Tailwind (arbitrary) */
class="text-[#dbacef] bg-[#dbacef]"
/* SCSS */
$brand: #dbacef;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#dbacef")Accessibility — WCAG contrast
Aa
#dbacef on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbacef on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#dbacef text on a black background
contrast 11.16:1
Card sample
#dbacef text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbacef;
Background color
Panel with #dbacef background
background-color: #dbacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbacef; background: linear-gradient(135deg, #dbacef, #EFACD6);