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