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