#dbf5ff
a pale, electric cyan · cool · closest name: lavender
RGB
219, 245, 255
HSL
197°, 100%, 93%
CMYK
14, 4, 0, 0
Luminance
0.8758
Every format
| HEX | #dbf5ff |
| RGB | rgb(219, 245, 255) |
| HSL | hsl(197, 100%, 93%) |
| CMYK | cmyk(14%, 4%, 0%, 0%) |
| LAB | lab(95.0 -6.5 -7.7) |
| LCH | lch(95.0 10.0 229.8) |
| OKLCH | oklch(0.954 0.030 222.9) |
Copy-ready code
/* CSS */
color: #dbf5ff;
background-color: #dbf5ff;
/* Tailwind (arbitrary) */
class="text-[#dbf5ff] bg-[#dbf5ff]"
/* SCSS */
$brand: #dbf5ff;
/* SwiftUI */
Color(red: 0.859, green: 0.961, blue: 1.000)
/* Android */
Color.parseColor("#dbf5ff")Accessibility — WCAG contrast
Aa
#dbf5ff on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf5ff on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.1%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta3.9%
Yellow0.0%
Key (black)0.0%
Color previews
#dbf5ff text on a black background
contrast 18.52:1
Card sample
#dbf5ff text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf5ff;
Background color
Panel with #dbf5ff background
background-color: #dbf5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 245, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 245, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf5ff; background: linear-gradient(135deg, #dbf5ff, #DBDDFF);