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