#dbbee5
a light, soft violet · warm · closest name: plum
RGB
219, 190, 229
HSL
285°, 43%, 82%
CMYK
4, 17, 0, 10
Luminance
0.5754
Every format
| HEX | #dbbee5 |
| RGB | rgb(219, 190, 229) |
| HSL | hsl(285, 43%, 82%) |
| CMYK | cmyk(4%, 17%, 0%, 10%) |
| LAB | lab(80.5 17.2 -15.6) |
| LCH | lch(80.5 23.2 317.8) |
| OKLCH | oklch(0.838 0.062 317.4) |
Copy-ready code
/* CSS */
color: #dbbee5;
background-color: #dbbee5;
/* Tailwind (arbitrary) */
class="text-[#dbbee5] bg-[#dbbee5]"
/* SCSS */
$brand: #dbbee5;
/* SwiftUI */
Color(red: 0.859, green: 0.745, blue: 0.898)
/* Android */
Color.parseColor("#dbbee5")Accessibility — WCAG contrast
Aa
#dbbee5 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbee5 on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.5%
Blue89.8%
CMYK percentages
Cyan4.4%
Magenta17.0%
Yellow0.0%
Key (black)10.2%
Color previews
#dbbee5 text on a black background
contrast 12.51:1
Card sample
#dbbee5 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbee5;
Background color
Panel with #dbbee5 background
background-color: #dbbee5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbee5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 190, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 190, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbee5; background: linear-gradient(135deg, #dbbee5, #E5BED5);