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