#dbf7fe
a pale, electric cyan · cool · closest name: white
RGB
219, 247, 254
HSL
192°, 95%, 93%
CMYK
14, 3, 0, 0
Luminance
0.8874
Every format
| HEX | #dbf7fe |
| RGB | rgb(219, 247, 254) |
| HSL | hsl(192, 95%, 93%) |
| CMYK | cmyk(14%, 3%, 0%, 0%) |
| LAB | lab(95.5 -7.7 -6.4) |
| LCH | lch(95.5 10.0 219.9) |
| OKLCH | oklch(0.958 0.031 214.5) |
Copy-ready code
/* CSS */
color: #dbf7fe;
background-color: #dbf7fe;
/* Tailwind (arbitrary) */
class="text-[#dbf7fe] bg-[#dbf7fe]"
/* SCSS */
$brand: #dbf7fe;
/* SwiftUI */
Color(red: 0.859, green: 0.969, blue: 0.996)
/* Android */
Color.parseColor("#dbf7fe")Accessibility — WCAG contrast
Aa
#dbf7fe on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf7fe on black: 18.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.9%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta2.8%
Yellow0.0%
Key (black)0.4%
Color previews
#dbf7fe text on a black background
contrast 18.75:1
Card sample
#dbf7fe text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf7fe;
Background color
Panel with #dbf7fe background
background-color: #dbf7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 247, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 247, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf7fe; background: linear-gradient(135deg, #dbf7fe, #DBDFFE);