#dbfafd
a pale, electric cyan · cool · closest name: white
RGB
219, 250, 253
HSL
185°, 90%, 93%
CMYK
13, 1, 0, 1
Luminance
0.9052
Every format
| HEX | #dbfafd |
| RGB | rgb(219, 250, 253) |
| HSL | hsl(185, 90%, 93%) |
| CMYK | cmyk(13%, 1%, 0%, 1%) |
| LAB | lab(96.2 -9.4 -4.8) |
| LCH | lch(96.2 10.6 207.2) |
| OKLCH | oklch(0.964 0.032 203.7) |
Copy-ready code
/* CSS */
color: #dbfafd;
background-color: #dbfafd;
/* Tailwind (arbitrary) */
class="text-[#dbfafd] bg-[#dbfafd]"
/* SCSS */
$brand: #dbfafd;
/* SwiftUI */
Color(red: 0.859, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#dbfafd")Accessibility — WCAG contrast
Aa
#dbfafd on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfafd on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.0%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#dbfafd text on a black background
contrast 19.10:1
Card sample
#dbfafd text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfafd;
Background color
Panel with #dbfafd background
background-color: #dbfafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfafd; background: linear-gradient(135deg, #dbfafd, #DBE3FD);