#dbb3ee
a light, vivid violet · warm · closest name: plum
RGB
219, 179, 238
HSL
281°, 63%, 82%
CMYK
8, 25, 0, 7
Luminance
0.5347
Every format
| HEX | #dbb3ee |
| RGB | rgb(219, 179, 238) |
| HSL | hsl(281, 63%, 82%) |
| CMYK | cmyk(8%, 25%, 0%, 7%) |
| LAB | lab(78.2 24.9 -24.0) |
| LCH | lch(78.2 34.5 316.1) |
| OKLCH | oklch(0.821 0.092 314.7) |
Copy-ready code
/* CSS */
color: #dbb3ee;
background-color: #dbb3ee;
/* Tailwind (arbitrary) */
class="text-[#dbb3ee] bg-[#dbb3ee]"
/* SCSS */
$brand: #dbb3ee;
/* SwiftUI */
Color(red: 0.859, green: 0.702, blue: 0.933)
/* Android */
Color.parseColor("#dbb3ee")Accessibility — WCAG contrast
Aa
#dbb3ee on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb3ee on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green70.2%
Blue93.3%
CMYK percentages
Cyan8.0%
Magenta24.8%
Yellow0.0%
Key (black)6.7%
Color previews
#dbb3ee text on a black background
contrast 11.69:1
Card sample
#dbb3ee text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb3ee;
Background color
Panel with #dbb3ee background
background-color: #dbb3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 179, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 179, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb3ee; background: linear-gradient(135deg, #dbb3ee, #EEB3DA);