#dbfdfe
a pale, electric cyan · cool · closest name: white
RGB
219, 253, 254
HSL
182°, 95%, 93%
CMYK
14, 0, 0, 0
Luminance
0.9247
Every format
| HEX | #dbfdfe |
| RGB | rgb(219, 253, 254) |
| HSL | hsl(182, 95%, 93%) |
| CMYK | cmyk(14%, 0%, 0%, 0%) |
| LAB | lab(97.0 -10.7 -4.2) |
| LCH | lch(97.0 11.5 201.3) |
| OKLCH | oklch(0.970 0.035 198.8) |
Copy-ready code
/* CSS */
color: #dbfdfe;
background-color: #dbfdfe;
/* Tailwind (arbitrary) */
class="text-[#dbfdfe] bg-[#dbfdfe]"
/* SCSS */
$brand: #dbfdfe;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#dbfdfe")Accessibility — WCAG contrast
Aa
#dbfdfe on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfdfe on black: 19.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#dbfdfe text on a black background
contrast 19.49:1
Card sample
#dbfdfe text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfdfe;
Background color
Panel with #dbfdfe background
background-color: #dbfdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfdfe; background: linear-gradient(135deg, #dbfdfe, #DBE6FE);