#dbcdef
a pale, vivid violet · warm · closest name: lavender
RGB
219, 205, 239
HSL
265°, 52%, 87%
CMYK
8, 14, 0, 6
Luminance
0.6495
Every format
| HEX | #dbcdef |
| RGB | rgb(219, 205, 239) |
| HSL | hsl(265, 52%, 87%) |
| CMYK | cmyk(8%, 14%, 0%, 6%) |
| LAB | lab(84.5 11.1 -15.0) |
| LCH | lch(84.5 18.6 306.6) |
| OKLCH | oklch(0.870 0.049 304.1) |
Copy-ready code
/* CSS */
color: #dbcdef;
background-color: #dbcdef;
/* Tailwind (arbitrary) */
class="text-[#dbcdef] bg-[#dbcdef]"
/* SCSS */
$brand: #dbcdef;
/* SwiftUI */
Color(red: 0.859, green: 0.804, blue: 0.937)
/* Android */
Color.parseColor("#dbcdef")Accessibility — WCAG contrast
Aa
#dbcdef on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcdef on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green80.4%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta14.2%
Yellow0.0%
Key (black)6.3%
Color previews
#dbcdef text on a black background
contrast 13.99:1
Card sample
#dbcdef text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcdef;
Background color
Panel with #dbcdef background
background-color: #dbcdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 205, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 205, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcdef; background: linear-gradient(135deg, #dbcdef, #EFCDEC);