#dbceee
a pale, vivid violet · warm · closest name: lavender
RGB
219, 206, 238
HSL
264°, 49%, 87%
CMYK
8, 13, 0, 7
Luminance
0.6538
Every format
| HEX | #dbceee |
| RGB | rgb(219, 206, 238) |
| HSL | hsl(264, 49%, 87%) |
| CMYK | cmyk(8%, 13%, 0%, 7%) |
| LAB | lab(84.7 10.4 -14.1) |
| LCH | lch(84.7 17.5 306.4) |
| OKLCH | oklch(0.872 0.046 303.9) |
Copy-ready code
/* CSS */
color: #dbceee;
background-color: #dbceee;
/* Tailwind (arbitrary) */
class="text-[#dbceee] bg-[#dbceee]"
/* SCSS */
$brand: #dbceee;
/* SwiftUI */
Color(red: 0.859, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#dbceee")Accessibility — WCAG contrast
Aa
#dbceee on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbceee on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green80.8%
Blue93.3%
CMYK percentages
Cyan8.0%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#dbceee text on a black background
contrast 14.08:1
Card sample
#dbceee text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbceee;
Background color
Panel with #dbceee background
background-color: #dbceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbceee; background: linear-gradient(135deg, #dbceee, #EECEEC);