#dbbfea
a light, vivid violet · warm · closest name: plum
RGB
219, 191, 234
HSL
279°, 51%, 83%
CMYK
6, 18, 0, 8
Luminance
0.5826
Every format
| HEX | #dbbfea |
| RGB | rgb(219, 191, 234) |
| HSL | hsl(279, 51%, 83%) |
| CMYK | cmyk(6%, 18%, 0%, 8%) |
| LAB | lab(80.9 17.6 -17.7) |
| LCH | lch(80.9 25.0 315.0) |
| OKLCH | oklch(0.842 0.066 313.8) |
Copy-ready code
/* CSS */
color: #dbbfea;
background-color: #dbbfea;
/* Tailwind (arbitrary) */
class="text-[#dbbfea] bg-[#dbbfea]"
/* SCSS */
$brand: #dbbfea;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.918)
/* Android */
Color.parseColor("#dbbfea")Accessibility — WCAG contrast
Aa
#dbbfea on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfea on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue91.8%
CMYK percentages
Cyan6.4%
Magenta18.4%
Yellow0.0%
Key (black)8.2%
Color previews
#dbbfea text on a black background
contrast 12.65:1
Card sample
#dbbfea text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfea;
Background color
Panel with #dbbfea background
background-color: #dbbfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfea; background: linear-gradient(135deg, #dbbfea, #EABFDC);