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