#dbb2eb
a light, vivid violet · warm · closest name: plum
RGB
219, 178, 235
HSL
283°, 59%, 81%
CMYK
7, 24, 0, 8
Luminance
0.5290
Every format
| HEX | #dbb2eb |
| RGB | rgb(219, 178, 235) |
| HSL | hsl(283, 59%, 81%) |
| CMYK | cmyk(7%, 24%, 0%, 8%) |
| LAB | lab(77.8 24.8 -22.9) |
| LCH | lch(77.8 33.8 317.4) |
| OKLCH | oklch(0.818 0.090 316.4) |
Copy-ready code
/* CSS */
color: #dbb2eb;
background-color: #dbb2eb;
/* Tailwind (arbitrary) */
class="text-[#dbb2eb] bg-[#dbb2eb]"
/* SCSS */
$brand: #dbb2eb;
/* SwiftUI */
Color(red: 0.859, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#dbb2eb")Accessibility — WCAG contrast
Aa
#dbb2eb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb2eb on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.8%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#dbb2eb text on a black background
contrast 11.58:1
Card sample
#dbb2eb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb2eb;
Background color
Panel with #dbb2eb background
background-color: #dbb2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb2eb; background: linear-gradient(135deg, #dbb2eb, #EBB2D5);