#dbb2ef
a light, vivid violet · warm · closest name: plum
RGB
219, 178, 239
HSL
280°, 66%, 82%
CMYK
8, 26, 0, 6
Luminance
0.5313
Every format
| HEX | #dbb2ef |
| RGB | rgb(219, 178, 239) |
| HSL | hsl(280, 66%, 82%) |
| CMYK | cmyk(8%, 26%, 0%, 6%) |
| LAB | lab(78.0 25.6 -24.8) |
| LCH | lch(78.0 35.7 315.9) |
| OKLCH | oklch(0.820 0.095 314.5) |
Copy-ready code
/* CSS */
color: #dbb2ef;
background-color: #dbb2ef;
/* Tailwind (arbitrary) */
class="text-[#dbb2ef] bg-[#dbb2ef]"
/* SCSS */
$brand: #dbb2ef;
/* SwiftUI */
Color(red: 0.859, green: 0.698, blue: 0.937)
/* Android */
Color.parseColor("#dbb2ef")Accessibility — WCAG contrast
Aa
#dbb2ef on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb2ef on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.8%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta25.5%
Yellow0.0%
Key (black)6.3%
Color previews
#dbb2ef text on a black background
contrast 11.63:1
Card sample
#dbb2ef text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb2ef;
Background color
Panel with #dbb2ef background
background-color: #dbb2ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb2ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 178, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 178, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb2ef; background: linear-gradient(135deg, #dbb2ef, #EFB2DA);