#dbfdf7
a pale, electric cyan · cool · closest name: white
RGB
219, 253, 247
HSL
169°, 90%, 93%
CMYK
13, 0, 2, 1
Luminance
0.9203
Every format
| HEX | #dbfdf7 |
| RGB | rgb(219, 253, 247) |
| HSL | hsl(169, 90%, 93%) |
| CMYK | cmyk(13%, 0%, 2%, 1%) |
| LAB | lab(96.8 -12.1 -0.8) |
| LCH | lch(96.8 12.1 183.9) |
| OKLCH | oklch(0.968 0.036 183.8) |
Copy-ready code
/* CSS */
color: #dbfdf7;
background-color: #dbfdf7;
/* Tailwind (arbitrary) */
class="text-[#dbfdf7] bg-[#dbfdf7]"
/* SCSS */
$brand: #dbfdf7;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.969)
/* Android */
Color.parseColor("#dbfdf7")Accessibility — WCAG contrast
Aa
#dbfdf7 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfdf7 on black: 19.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue96.9%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow2.4%
Key (black)0.8%
Color previews
#dbfdf7 text on a black background
contrast 19.41:1
Card sample
#dbfdf7 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfdf7;
Background color
Panel with #dbfdf7 background
background-color: #dbfdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfdf7; background: linear-gradient(135deg, #dbfdf7, #DBECFD);