#dbddfe
a pale, electric blue · warm · closest name: lavender
RGB
219, 221, 254
HSL
237°, 95%, 93%
CMYK
14, 13, 0, 0
Luminance
0.7393
Every format
| HEX | #dbddfe |
| RGB | rgb(219, 221, 254) |
| HSL | hsl(237, 95%, 93%) |
| CMYK | cmyk(14%, 13%, 0%, 0%) |
| LAB | lab(88.9 5.7 -16.2) |
| LCH | lch(88.9 17.2 289.4) |
| OKLCH | oklch(0.906 0.045 282.7) |
Copy-ready code
/* CSS */
color: #dbddfe;
background-color: #dbddfe;
/* Tailwind (arbitrary) */
class="text-[#dbddfe] bg-[#dbddfe]"
/* SCSS */
$brand: #dbddfe;
/* SwiftUI */
Color(red: 0.859, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#dbddfe")Accessibility — WCAG contrast
Aa
#dbddfe on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbddfe on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green86.7%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#dbddfe text on a black background
contrast 15.79:1
Card sample
#dbddfe text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbddfe;
Background color
Panel with #dbddfe background
background-color: #dbddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbddfe; background: linear-gradient(135deg, #dbddfe, #F0DBFE);