#dbb8ef
a light, vivid violet · warm · closest name: plum
RGB
219, 184, 239
HSL
278°, 63%, 83%
CMYK
8, 23, 0, 6
Luminance
0.5557
Every format
| HEX | #dbb8ef |
| RGB | rgb(219, 184, 239) |
| HSL | hsl(278, 63%, 83%) |
| CMYK | cmyk(8%, 23%, 0%, 6%) |
| LAB | lab(79.4 22.4 -22.6) |
| LCH | lch(79.4 31.8 314.7) |
| OKLCH | oklch(0.831 0.084 313.1) |
Copy-ready code
/* CSS */
color: #dbb8ef;
background-color: #dbb8ef;
/* Tailwind (arbitrary) */
class="text-[#dbb8ef] bg-[#dbb8ef]"
/* SCSS */
$brand: #dbb8ef;
/* SwiftUI */
Color(red: 0.859, green: 0.722, blue: 0.937)
/* Android */
Color.parseColor("#dbb8ef")Accessibility — WCAG contrast
Aa
#dbb8ef on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb8ef on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green72.2%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta23.0%
Yellow0.0%
Key (black)6.3%
Color previews
#dbb8ef text on a black background
contrast 12.11:1
Card sample
#dbb8ef text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb8ef;
Background color
Panel with #dbb8ef background
background-color: #dbb8ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb8ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 184, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 184, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb8ef; background: linear-gradient(135deg, #dbb8ef, #EFB8DE);