#dbf6fd
a pale, electric cyan · cool · closest name: white
RGB
219, 246, 253
HSL
192°, 90%, 93%
CMYK
13, 3, 0, 1
Luminance
0.8806
Every format
| HEX | #dbf6fd |
| RGB | rgb(219, 246, 253) |
| HSL | hsl(192, 90%, 93%) |
| CMYK | cmyk(13%, 3%, 0%, 1%) |
| LAB | lab(95.2 -7.4 -6.3) |
| LCH | lch(95.2 9.7 220.6) |
| OKLCH | oklch(0.956 0.030 215.1) |
Copy-ready code
/* CSS */
color: #dbf6fd;
background-color: #dbf6fd;
/* Tailwind (arbitrary) */
class="text-[#dbf6fd] bg-[#dbf6fd]"
/* SCSS */
$brand: #dbf6fd;
/* SwiftUI */
Color(red: 0.859, green: 0.965, blue: 0.992)
/* Android */
Color.parseColor("#dbf6fd")Accessibility — WCAG contrast
Aa
#dbf6fd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf6fd on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.5%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta2.8%
Yellow0.0%
Key (black)0.8%
Color previews
#dbf6fd text on a black background
contrast 18.61:1
Card sample
#dbf6fd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf6fd;
Background color
Panel with #dbf6fd background
background-color: #dbf6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 246, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 246, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf6fd; background: linear-gradient(135deg, #dbf6fd, #DBDFFD);