#dbfefc
a pale, electric cyan · cool · closest name: white
RGB
219, 254, 252
HSL
177°, 95%, 93%
CMYK
14, 0, 1, 0
Luminance
0.9297
Every format
| HEX | #dbfefc |
| RGB | rgb(219, 254, 252) |
| HSL | hsl(177, 95%, 93%) |
| CMYK | cmyk(14%, 0%, 1%, 0%) |
| LAB | lab(97.2 -11.6 -2.8) |
| LCH | lch(97.2 11.9 193.7) |
| OKLCH | oklch(0.972 0.036 192.3) |
Copy-ready code
/* CSS */
color: #dbfefc;
background-color: #dbfefc;
/* Tailwind (arbitrary) */
class="text-[#dbfefc] bg-[#dbfefc]"
/* SCSS */
$brand: #dbfefc;
/* SwiftUI */
Color(red: 0.859, green: 0.996, blue: 0.988)
/* Android */
Color.parseColor("#dbfefc")Accessibility — WCAG contrast
Aa
#dbfefc on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfefc on black: 19.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.6%
Blue98.8%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow0.8%
Key (black)0.4%
Color previews
#dbfefc text on a black background
contrast 19.59:1
Card sample
#dbfefc text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfefc;
Background color
Panel with #dbfefc background
background-color: #dbfefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 254, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 254, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfefc; background: linear-gradient(135deg, #dbfefc, #DBE9FE);