#dbb2ea
a light, vivid violet · warm · closest name: plum
RGB
219, 178, 234
HSL
284°, 57%, 81%
CMYK
6, 24, 0, 8
Luminance
0.5284
Every format
| HEX | #dbb2ea |
| RGB | rgb(219, 178, 234) |
| HSL | hsl(284, 57%, 81%) |
| CMYK | cmyk(6%, 24%, 0%, 8%) |
| LAB | lab(77.8 24.6 -22.4) |
| LCH | lch(77.8 33.3 317.8) |
| OKLCH | oklch(0.818 0.089 316.9) |
Copy-ready code
/* CSS */
color: #dbb2ea;
background-color: #dbb2ea;
/* Tailwind (arbitrary) */
class="text-[#dbb2ea] bg-[#dbb2ea]"
/* SCSS */
$brand: #dbb2ea;
/* SwiftUI */
Color(red: 0.859, green: 0.698, blue: 0.918)
/* Android */
Color.parseColor("#dbb2ea")Accessibility — WCAG contrast
Aa
#dbb2ea on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb2ea on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.8%
Blue91.8%
CMYK percentages
Cyan6.4%
Magenta23.9%
Yellow0.0%
Key (black)8.2%
Color previews
#dbb2ea text on a black background
contrast 11.57:1
Card sample
#dbb2ea text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb2ea;
Background color
Panel with #dbb2ea background
background-color: #dbb2ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb2ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 178, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 178, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb2ea; background: linear-gradient(135deg, #dbb2ea, #EAB2D4);