#dbfffc
a pale, electric cyan · cool · closest name: white
RGB
219, 255, 252
HSL
175°, 100%, 93%
CMYK
14, 0, 1, 0
Luminance
0.9361
Every format
| HEX | #dbfffc |
| RGB | rgb(219, 255, 252) |
| HSL | hsl(175, 100%, 93%) |
| CMYK | cmyk(14%, 0%, 1%, 0%) |
| LAB | lab(97.5 -12.1 -2.5) |
| LCH | lch(97.5 12.3 191.5) |
| OKLCH | oklch(0.974 0.037 190.4) |
Copy-ready code
/* CSS */
color: #dbfffc;
background-color: #dbfffc;
/* Tailwind (arbitrary) */
class="text-[#dbfffc] bg-[#dbfffc]"
/* SCSS */
$brand: #dbfffc;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#dbfffc")Accessibility — WCAG contrast
Aa
#dbfffc on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfffc on black: 19.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue98.8%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#dbfffc text on a black background
contrast 19.72:1
Card sample
#dbfffc text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfffc;
Background color
Panel with #dbfffc background
background-color: #dbfffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfffc; background: linear-gradient(135deg, #dbfffc, #DBEAFF);