#dbbee7
a light, vivid violet · warm · closest name: plum
RGB
219, 190, 231
HSL
282°, 46%, 83%
CMYK
5, 18, 0, 9
Luminance
0.5766
Every format
| HEX | #dbbee7 |
| RGB | rgb(219, 190, 231) |
| HSL | hsl(282, 46%, 83%) |
| CMYK | cmyk(5%, 18%, 0%, 9%) |
| LAB | lab(80.5 17.6 -16.6) |
| LCH | lch(80.5 24.2 316.7) |
| OKLCH | oklch(0.839 0.064 316.0) |
Copy-ready code
/* CSS */
color: #dbbee7;
background-color: #dbbee7;
/* Tailwind (arbitrary) */
class="text-[#dbbee7] bg-[#dbbee7]"
/* SCSS */
$brand: #dbbee7;
/* SwiftUI */
Color(red: 0.859, green: 0.745, blue: 0.906)
/* Android */
Color.parseColor("#dbbee7")Accessibility — WCAG contrast
Aa
#dbbee7 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbee7 on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.5%
Blue90.6%
CMYK percentages
Cyan5.2%
Magenta17.7%
Yellow0.0%
Key (black)9.4%
Color previews
#dbbee7 text on a black background
contrast 12.53:1
Card sample
#dbbee7 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbee7;
Background color
Panel with #dbbee7 background
background-color: #dbbee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 190, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 190, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbee7; background: linear-gradient(135deg, #dbbee7, #E7BED8);