#dbbee3
a light, soft violet · warm · closest name: lavender
RGB
219, 190, 227
HSL
287°, 40%, 82%
CMYK
4, 16, 0, 11
Luminance
0.5743
Every format
| HEX | #dbbee3 |
| RGB | rgb(219, 190, 227) |
| HSL | hsl(287, 40%, 82%) |
| CMYK | cmyk(4%, 16%, 0%, 11%) |
| LAB | lab(80.4 16.8 -14.6) |
| LCH | lch(80.4 22.3 319.0) |
| OKLCH | oklch(0.838 0.060 318.9) |
Copy-ready code
/* CSS */
color: #dbbee3;
background-color: #dbbee3;
/* Tailwind (arbitrary) */
class="text-[#dbbee3] bg-[#dbbee3]"
/* SCSS */
$brand: #dbbee3;
/* SwiftUI */
Color(red: 0.859, green: 0.745, blue: 0.890)
/* Android */
Color.parseColor("#dbbee3")Accessibility — WCAG contrast
Aa
#dbbee3 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbee3 on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.5%
Blue89.0%
CMYK percentages
Cyan3.5%
Magenta16.3%
Yellow0.0%
Key (black)11.0%
Color previews
#dbbee3 text on a black background
contrast 12.49:1
Card sample
#dbbee3 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbee3;
Background color
Panel with #dbbee3 background
background-color: #dbbee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 190, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 190, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbee3; background: linear-gradient(135deg, #dbbee3, #E3BED2);