#dbbee2
a light, soft violet · warm · closest name: lavender
RGB
219, 190, 226
HSL
288°, 38%, 82%
CMYK
3, 16, 0, 11
Luminance
0.5738
Every format
| HEX | #dbbee2 |
| RGB | rgb(219, 190, 226) |
| HSL | hsl(288, 38%, 82%) |
| CMYK | cmyk(3%, 16%, 0%, 11%) |
| LAB | lab(80.4 16.6 -14.1) |
| LCH | lch(80.4 21.8 319.7) |
| OKLCH | oklch(0.837 0.059 319.7) |
Copy-ready code
/* CSS */
color: #dbbee2;
background-color: #dbbee2;
/* Tailwind (arbitrary) */
class="text-[#dbbee2] bg-[#dbbee2]"
/* SCSS */
$brand: #dbbee2;
/* SwiftUI */
Color(red: 0.859, green: 0.745, blue: 0.886)
/* Android */
Color.parseColor("#dbbee2")Accessibility — WCAG contrast
Aa
#dbbee2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbee2 on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.5%
Blue88.6%
CMYK percentages
Cyan3.1%
Magenta15.9%
Yellow0.0%
Key (black)11.4%
Color previews
#dbbee2 text on a black background
contrast 12.48:1
Card sample
#dbbee2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbee2;
Background color
Panel with #dbbee2 background
background-color: #dbbee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 190, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 190, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbee2; background: linear-gradient(135deg, #dbbee2, #E2BED1);