#dbf8fc
a pale, electric cyan · cool · closest name: white
RGB
219, 248, 252
HSL
187°, 85%, 92%
CMYK
13, 2, 0, 1
Luminance
0.8922
Every format
| HEX | #dbf8fc |
| RGB | rgb(219, 248, 252) |
| HSL | hsl(187, 85%, 92%) |
| CMYK | cmyk(13%, 2%, 0%, 1%) |
| LAB | lab(95.7 -8.6 -5.1) |
| LCH | lch(95.7 10.0 210.7) |
| OKLCH | oklch(0.959 0.031 206.7) |
Copy-ready code
/* CSS */
color: #dbf8fc;
background-color: #dbf8fc;
/* Tailwind (arbitrary) */
class="text-[#dbf8fc] bg-[#dbf8fc]"
/* SCSS */
$brand: #dbf8fc;
/* SwiftUI */
Color(red: 0.859, green: 0.973, blue: 0.988)
/* Android */
Color.parseColor("#dbf8fc")Accessibility — WCAG contrast
Aa
#dbf8fc on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf8fc on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.3%
Blue98.8%
CMYK percentages
Cyan13.1%
Magenta1.6%
Yellow0.0%
Key (black)1.2%
Color previews
#dbf8fc text on a black background
contrast 18.84:1
Card sample
#dbf8fc text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf8fc;
Background color
Panel with #dbf8fc background
background-color: #dbf8fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf8fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 248, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 248, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf8fc; background: linear-gradient(135deg, #dbf8fc, #DBE2FC);