#dbf3fd
a pale, electric cyan · cool · closest name: lavender
RGB
219, 243, 253
HSL
198°, 90%, 93%
CMYK
13, 4, 0, 1
Luminance
0.8625
Every format
| HEX | #dbf3fd |
| RGB | rgb(219, 243, 253) |
| HSL | hsl(198, 90%, 93%) |
| CMYK | cmyk(13%, 4%, 0%, 1%) |
| LAB | lab(94.4 -5.9 -7.5) |
| LCH | lch(94.4 9.5 231.8) |
| OKLCH | oklch(0.950 0.029 224.7) |
Copy-ready code
/* CSS */
color: #dbf3fd;
background-color: #dbf3fd;
/* Tailwind (arbitrary) */
class="text-[#dbf3fd] bg-[#dbf3fd]"
/* SCSS */
$brand: #dbf3fd;
/* SwiftUI */
Color(red: 0.859, green: 0.953, blue: 0.992)
/* Android */
Color.parseColor("#dbf3fd")Accessibility — WCAG contrast
Aa
#dbf3fd on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf3fd on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.3%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta4.0%
Yellow0.0%
Key (black)0.8%
Color previews
#dbf3fd text on a black background
contrast 18.25:1
Card sample
#dbf3fd text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf3fd;
Background color
Panel with #dbf3fd background
background-color: #dbf3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 243, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 243, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf3fd; background: linear-gradient(135deg, #dbf3fd, #DBDCFD);