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