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