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