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