#dbcdfd
a pale, electric violet · warm · closest name: lavender
RGB
219, 205, 253
HSL
258°, 92%, 90%
CMYK
13, 19, 0, 1
Luminance
0.6581
Every format
| HEX | #dbcdfd |
| RGB | rgb(219, 205, 253) |
| HSL | hsl(258, 92%, 90%) |
| CMYK | cmyk(13%, 19%, 0%, 1%) |
| LAB | lab(84.9 13.9 -21.7) |
| LCH | lch(84.9 25.8 302.7) |
| OKLCH | oklch(0.875 0.067 298.4) |
Copy-ready code
/* CSS */
color: #dbcdfd;
background-color: #dbcdfd;
/* Tailwind (arbitrary) */
class="text-[#dbcdfd] bg-[#dbcdfd]"
/* SCSS */
$brand: #dbcdfd;
/* SwiftUI */
Color(red: 0.859, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#dbcdfd")Accessibility — WCAG contrast
Aa
#dbcdfd on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcdfd on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green80.4%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#dbcdfd text on a black background
contrast 14.16:1
Card sample
#dbcdfd text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcdfd;
Background color
Panel with #dbcdfd background
background-color: #dbcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcdfd; background: linear-gradient(135deg, #dbcdfd, #FBCDFD);