#dbf8fe
a pale, electric cyan · cool · closest name: white
RGB
219, 248, 254
HSL
190°, 95%, 93%
CMYK
14, 2, 0, 0
Luminance
0.8935
Every format
| HEX | #dbf8fe |
| RGB | rgb(219, 248, 254) |
| HSL | hsl(190, 95%, 93%) |
| CMYK | cmyk(14%, 2%, 0%, 0%) |
| LAB | lab(95.7 -8.2 -6.0) |
| LCH | lch(95.7 10.2 216.5) |
| OKLCH | oklch(0.960 0.031 211.5) |
Copy-ready code
/* CSS */
color: #dbf8fe;
background-color: #dbf8fe;
/* Tailwind (arbitrary) */
class="text-[#dbf8fe] bg-[#dbf8fe]"
/* SCSS */
$brand: #dbf8fe;
/* SwiftUI */
Color(red: 0.859, green: 0.973, blue: 0.996)
/* Android */
Color.parseColor("#dbf8fe")Accessibility — WCAG contrast
Aa
#dbf8fe on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf8fe on black: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.3%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta2.4%
Yellow0.0%
Key (black)0.4%
Color previews
#dbf8fe text on a black background
contrast 18.87:1
Card sample
#dbf8fe text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf8fe;
Background color
Panel with #dbf8fe background
background-color: #dbf8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 248, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 248, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf8fe; background: linear-gradient(135deg, #dbf8fe, #DBE0FE);