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