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