#dbe2fe
a pale, electric blue · warm · closest name: lavender
RGB
219, 226, 254
HSL
228°, 95%, 93%
CMYK
14, 11, 0, 0
Luminance
0.7661
Every format
| HEX | #dbe2fe |
| RGB | rgb(219, 226, 254) |
| HSL | hsl(228, 95%, 93%) |
| CMYK | cmyk(14%, 11%, 0%, 0%) |
| LAB | lab(90.1 3.1 -14.3) |
| LCH | lch(90.1 14.7 282.1) |
| OKLCH | oklch(0.916 0.039 274.5) |
Copy-ready code
/* CSS */
color: #dbe2fe;
background-color: #dbe2fe;
/* Tailwind (arbitrary) */
class="text-[#dbe2fe] bg-[#dbe2fe]"
/* SCSS */
$brand: #dbe2fe;
/* SwiftUI */
Color(red: 0.859, green: 0.886, blue: 0.996)
/* Android */
Color.parseColor("#dbe2fe")Accessibility — WCAG contrast
Aa
#dbe2fe on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbe2fe on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green88.6%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta11.0%
Yellow0.0%
Key (black)0.4%
Color previews
#dbe2fe text on a black background
contrast 16.32:1
Card sample
#dbe2fe text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbe2fe;
Background color
Panel with #dbe2fe background
background-color: #dbe2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbe2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 226, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 226, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbe2fe; background: linear-gradient(135deg, #dbe2fe, #EBDBFE);