#dbacfc
a light, electric violet · warm · closest name: plum
RGB
219, 172, 252
HSL
275°, 93%, 83%
CMYK
13, 32, 0, 1
Luminance
0.5159
Every format
| HEX | #dbacfc |
| RGB | rgb(219, 172, 252) |
| HSL | hsl(275, 93%, 83%) |
| CMYK | cmyk(13%, 32%, 0%, 1%) |
| LAB | lab(77.0 31.5 -33.2) |
| LCH | lch(77.0 45.8 313.5) |
| OKLCH | oklch(0.815 0.120 310.7) |
Copy-ready code
/* CSS */
color: #dbacfc;
background-color: #dbacfc;
/* Tailwind (arbitrary) */
class="text-[#dbacfc] bg-[#dbacfc]"
/* SCSS */
$brand: #dbacfc;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#dbacfc")Accessibility — WCAG contrast
Aa
#dbacfc on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbacfc on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue98.8%
CMYK percentages
Cyan13.1%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#dbacfc text on a black background
contrast 11.32:1
Card sample
#dbacfc text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbacfc;
Background color
Panel with #dbacfc background
background-color: #dbacfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbacfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbacfc; background: linear-gradient(135deg, #dbacfc, #FCACE8);