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