#dbfcf8
a pale, electric cyan · cool · closest name: white
RGB
219, 252, 248
HSL
173°, 85%, 92%
CMYK
13, 0, 2, 1
Luminance
0.9146
Every format
| HEX | #dbfcf8 |
| RGB | rgb(219, 252, 248) |
| HSL | hsl(173, 85%, 92%) |
| CMYK | cmyk(13%, 0%, 2%, 1%) |
| LAB | lab(96.6 -11.4 -1.7) |
| LCH | lch(96.6 11.5 188.4) |
| OKLCH | oklch(0.966 0.035 187.7) |
Copy-ready code
/* CSS */
color: #dbfcf8;
background-color: #dbfcf8;
/* Tailwind (arbitrary) */
class="text-[#dbfcf8] bg-[#dbfcf8]"
/* SCSS */
$brand: #dbfcf8;
/* SwiftUI */
Color(red: 0.859, green: 0.988, blue: 0.973)
/* Android */
Color.parseColor("#dbfcf8")Accessibility — WCAG contrast
Aa
#dbfcf8 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfcf8 on black: 19.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.8%
Blue97.3%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow1.6%
Key (black)1.2%
Color previews
#dbfcf8 text on a black background
contrast 19.29:1
Card sample
#dbfcf8 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfcf8;
Background color
Panel with #dbfcf8 background
background-color: #dbfcf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfcf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 252, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 252, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfcf8; background: linear-gradient(135deg, #dbfcf8, #DBEAFC);