#dbbee8
a light, vivid violet · warm · closest name: plum
RGB
219, 190, 232
HSL
281°, 48%, 83%
CMYK
6, 18, 0, 9
Luminance
0.5771
Every format
| HEX | #dbbee8 |
| RGB | rgb(219, 190, 232) |
| HSL | hsl(281, 48%, 83%) |
| CMYK | cmyk(6%, 18%, 0%, 9%) |
| LAB | lab(80.6 17.8 -17.1) |
| LCH | lch(80.6 24.6 316.2) |
| OKLCH | oklch(0.839 0.065 315.4) |
Copy-ready code
/* CSS */
color: #dbbee8;
background-color: #dbbee8;
/* Tailwind (arbitrary) */
class="text-[#dbbee8] bg-[#dbbee8]"
/* SCSS */
$brand: #dbbee8;
/* SwiftUI */
Color(red: 0.859, green: 0.745, blue: 0.910)
/* Android */
Color.parseColor("#dbbee8")Accessibility — WCAG contrast
Aa
#dbbee8 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbee8 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.5%
Blue91.0%
CMYK percentages
Cyan5.6%
Magenta18.1%
Yellow0.0%
Key (black)9.0%
Color previews
#dbbee8 text on a black background
contrast 12.54:1
Card sample
#dbbee8 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbee8;
Background color
Panel with #dbbee8 background
background-color: #dbbee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 190, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 190, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbee8; background: linear-gradient(135deg, #dbbee8, #E8BED9);