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