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