#dbacff
a light, electric violet · warm · closest name: plum
RGB
219, 172, 255
HSL
274°, 100%, 84%
CMYK
14, 33, 0, 0
Luminance
0.5179
Every format
| HEX | #dbacff |
| RGB | rgb(219, 172, 255) |
| HSL | hsl(274, 100%, 84%) |
| CMYK | cmyk(14%, 33%, 0%, 0%) |
| LAB | lab(77.2 32.1 -34.6) |
| LCH | lch(77.2 47.3 312.8) |
| OKLCH | oklch(0.816 0.124 309.7) |
Copy-ready code
/* CSS */
color: #dbacff;
background-color: #dbacff;
/* Tailwind (arbitrary) */
class="text-[#dbacff] bg-[#dbacff]"
/* SCSS */
$brand: #dbacff;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#dbacff")Accessibility — WCAG contrast
Aa
#dbacff on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbacff on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#dbacff text on a black background
contrast 11.36:1
Card sample
#dbacff text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbacff;
Background color
Panel with #dbacff background
background-color: #dbacff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbacff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbacff; background: linear-gradient(135deg, #dbacff, #FFACEC);