#dbbfef
a light, vivid violet · warm · closest name: plum
RGB
219, 191, 239
HSL
275°, 60%, 84%
CMYK
8, 20, 0, 6
Luminance
0.5855
Every format
| HEX | #dbbfef |
| RGB | rgb(219, 191, 239) |
| HSL | hsl(275, 60%, 84%) |
| CMYK | cmyk(8%, 20%, 0%, 6%) |
| LAB | lab(81.0 18.6 -20.1) |
| LCH | lch(81.0 27.4 312.8) |
| OKLCH | oklch(0.844 0.072 311.0) |
Copy-ready code
/* CSS */
color: #dbbfef;
background-color: #dbbfef;
/* Tailwind (arbitrary) */
class="text-[#dbbfef] bg-[#dbbfef]"
/* SCSS */
$brand: #dbbfef;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#dbbfef")Accessibility — WCAG contrast
Aa
#dbbfef on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfef on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#dbbfef text on a black background
contrast 12.71:1
Card sample
#dbbfef text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfef;
Background color
Panel with #dbbfef background
background-color: #dbbfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfef; background: linear-gradient(135deg, #dbbfef, #EFBFE3);