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