#dbf5fc
a pale, electric cyan · cool · closest name: white
RGB
219, 245, 252
HSL
193°, 85%, 92%
CMYK
13, 3, 0, 1
Luminance
0.8739
Every format
| HEX | #dbf5fc |
| RGB | rgb(219, 245, 252) |
| HSL | hsl(193, 85%, 92%) |
| CMYK | cmyk(13%, 3%, 0%, 1%) |
| LAB | lab(94.9 -7.1 -6.2) |
| LCH | lch(94.9 9.4 221.4) |
| OKLCH | oklch(0.953 0.029 215.7) |
Copy-ready code
/* CSS */
color: #dbf5fc;
background-color: #dbf5fc;
/* Tailwind (arbitrary) */
class="text-[#dbf5fc] bg-[#dbf5fc]"
/* SCSS */
$brand: #dbf5fc;
/* SwiftUI */
Color(red: 0.859, green: 0.961, blue: 0.988)
/* Android */
Color.parseColor("#dbf5fc")Accessibility — WCAG contrast
Aa
#dbf5fc on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf5fc on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.1%
Blue98.8%
CMYK percentages
Cyan13.1%
Magenta2.8%
Yellow0.0%
Key (black)1.2%
Color previews
#dbf5fc text on a black background
contrast 18.48:1
Card sample
#dbf5fc text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf5fc;
Background color
Panel with #dbf5fc background
background-color: #dbf5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 245, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 245, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf5fc; background: linear-gradient(135deg, #dbf5fc, #DBDFFC);