#dbeefe
a pale, electric blue · cool · closest name: lavender
RGB
219, 238, 254
HSL
207°, 95%, 93%
CMYK
14, 6, 0, 0
Luminance
0.8336
Every format
| HEX | #dbeefe |
| RGB | rgb(219, 238, 254) |
| HSL | hsl(207, 95%, 93%) |
| CMYK | cmyk(14%, 6%, 0%, 0%) |
| LAB | lab(93.2 -3.1 -9.8) |
| LCH | lch(93.2 10.3 252.4) |
| OKLCH | oklch(0.940 0.030 243.4) |
Copy-ready code
/* CSS */
color: #dbeefe;
background-color: #dbeefe;
/* Tailwind (arbitrary) */
class="text-[#dbeefe] bg-[#dbeefe]"
/* SCSS */
$brand: #dbeefe;
/* SwiftUI */
Color(red: 0.859, green: 0.933, blue: 0.996)
/* Android */
Color.parseColor("#dbeefe")Accessibility — WCAG contrast
Aa
#dbeefe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbeefe on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green93.3%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta6.3%
Yellow0.0%
Key (black)0.4%
Color previews
#dbeefe text on a black background
contrast 17.67:1
Card sample
#dbeefe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbeefe;
Background color
Panel with #dbeefe background
background-color: #dbeefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbeefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 238, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 238, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbeefe; background: linear-gradient(135deg, #dbeefe, #DFDBFE);