#dbf7f8
a pale, vivid cyan · cool · closest name: white
RGB
219, 247, 248
HSL
182°, 67%, 92%
CMYK
12, 0, 0, 3
Luminance
0.8836
Every format
| HEX | #dbf7f8 |
| RGB | rgb(219, 247, 248) |
| HSL | hsl(182, 67%, 92%) |
| CMYK | cmyk(12%, 0%, 0%, 3%) |
| LAB | lab(95.3 -8.9 -3.6) |
| LCH | lch(95.3 9.6 201.9) |
| OKLCH | oklch(0.956 0.029 199.3) |
Copy-ready code
/* CSS */
color: #dbf7f8;
background-color: #dbf7f8;
/* Tailwind (arbitrary) */
class="text-[#dbf7f8] bg-[#dbf7f8]"
/* SCSS */
$brand: #dbf7f8;
/* SwiftUI */
Color(red: 0.859, green: 0.969, blue: 0.973)
/* Android */
Color.parseColor("#dbf7f8")Accessibility — WCAG contrast
Aa
#dbf7f8 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf7f8 on black: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.9%
Blue97.3%
CMYK percentages
Cyan11.7%
Magenta0.4%
Yellow0.0%
Key (black)2.7%
Color previews
#dbf7f8 text on a black background
contrast 18.67:1
Card sample
#dbf7f8 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf7f8;
Background color
Panel with #dbf7f8 background
background-color: #dbf7f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf7f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 247, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 247, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf7f8; background: linear-gradient(135deg, #dbf7f8, #DBE4F8);