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