#dbf3f8
a pale, vivid cyan · cool · closest name: white
RGB
219, 243, 248
HSL
190°, 67%, 92%
CMYK
12, 2, 0, 3
Luminance
0.8594
Every format
| HEX | #dbf3f8 |
| RGB | rgb(219, 243, 248) |
| HSL | hsl(190, 67%, 92%) |
| CMYK | cmyk(12%, 2%, 0%, 3%) |
| LAB | lab(94.3 -6.8 -5.1) |
| LCH | lch(94.3 8.5 216.5) |
| OKLCH | oklch(0.948 0.026 211.6) |
Copy-ready code
/* CSS */
color: #dbf3f8;
background-color: #dbf3f8;
/* Tailwind (arbitrary) */
class="text-[#dbf3f8] bg-[#dbf3f8]"
/* SCSS */
$brand: #dbf3f8;
/* SwiftUI */
Color(red: 0.859, green: 0.953, blue: 0.973)
/* Android */
Color.parseColor("#dbf3f8")Accessibility — WCAG contrast
Aa
#dbf3f8 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf3f8 on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.3%
Blue97.3%
CMYK percentages
Cyan11.7%
Magenta2.0%
Yellow0.0%
Key (black)2.7%
Color previews
#dbf3f8 text on a black background
contrast 18.19:1
Card sample
#dbf3f8 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf3f8;
Background color
Panel with #dbf3f8 background
background-color: #dbf3f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf3f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 243, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 243, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf3f8; background: linear-gradient(135deg, #dbf3f8, #DBE0F8);