#dbacea
a light, vivid violet · warm · closest name: plum
RGB
219, 172, 234
HSL
286°, 60%, 80%
CMYK
6, 27, 0, 8
Luminance
0.5051
Every format
| HEX | #dbacea |
| RGB | rgb(219, 172, 234) |
| HSL | hsl(286, 60%, 80%) |
| CMYK | cmyk(6%, 27%, 0%, 8%) |
| LAB | lab(76.4 27.9 -24.5) |
| LCH | lch(76.4 37.1 318.7) |
| OKLCH | oklch(0.807 0.099 317.9) |
Copy-ready code
/* CSS */
color: #dbacea;
background-color: #dbacea;
/* Tailwind (arbitrary) */
class="text-[#dbacea] bg-[#dbacea]"
/* SCSS */
$brand: #dbacea;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.918)
/* Android */
Color.parseColor("#dbacea")Accessibility — WCAG contrast
Aa
#dbacea on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbacea on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue91.8%
CMYK percentages
Cyan6.4%
Magenta26.5%
Yellow0.0%
Key (black)8.2%
Color previews
#dbacea text on a black background
contrast 11.10:1
Card sample
#dbacea text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbacea;
Background color
Panel with #dbacea background
background-color: #dbacea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbacea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbacea; background: linear-gradient(135deg, #dbacea, #EAACD0);