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