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