#dbecfe
a pale, electric blue · cool · closest name: lavender
RGB
219, 236, 254
HSL
211°, 95%, 93%
CMYK
14, 7, 0, 0
Luminance
0.8221
Every format
| HEX | #dbecfe |
| RGB | rgb(219, 236, 254) |
| HSL | hsl(211, 95%, 93%) |
| CMYK | cmyk(14%, 7%, 0%, 0%) |
| LAB | lab(92.7 -2.1 -10.6) |
| LCH | lch(92.7 10.8 258.8) |
| OKLCH | oklch(0.936 0.030 249.7) |
Copy-ready code
/* CSS */
color: #dbecfe;
background-color: #dbecfe;
/* Tailwind (arbitrary) */
class="text-[#dbecfe] bg-[#dbecfe]"
/* SCSS */
$brand: #dbecfe;
/* SwiftUI */
Color(red: 0.859, green: 0.925, blue: 0.996)
/* Android */
Color.parseColor("#dbecfe")Accessibility — WCAG contrast
Aa
#dbecfe on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbecfe on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green92.5%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta7.1%
Yellow0.0%
Key (black)0.4%
Color previews
#dbecfe text on a black background
contrast 17.44:1
Card sample
#dbecfe text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbecfe;
Background color
Panel with #dbecfe background
background-color: #dbecfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbecfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 236, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 236, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbecfe; background: linear-gradient(135deg, #dbecfe, #E1DBFE);