#dbfdf0
a pale, electric green · cool · closest name: ivory
RGB
219, 253, 240
HSL
157°, 90%, 93%
CMYK
13, 0, 5, 1
Luminance
0.9160
Every format
| HEX | #dbfdf0 |
| RGB | rgb(219, 253, 240) |
| HSL | hsl(157, 90%, 93%) |
| CMYK | cmyk(13%, 0%, 5%, 1%) |
| LAB | lab(96.7 -13.4 2.5) |
| LCH | lch(96.7 13.6 169.3) |
| OKLCH | oklch(0.966 0.039 170.4) |
Copy-ready code
/* CSS */
color: #dbfdf0;
background-color: #dbfdf0;
/* Tailwind (arbitrary) */
class="text-[#dbfdf0] bg-[#dbfdf0]"
/* SCSS */
$brand: #dbfdf0;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.941)
/* Android */
Color.parseColor("#dbfdf0")Accessibility — WCAG contrast
Aa
#dbfdf0 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfdf0 on black: 19.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue94.1%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow5.1%
Key (black)0.8%
Color previews
#dbfdf0 text on a black background
contrast 19.32:1
Card sample
#dbfdf0 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfdf0;
Background color
Panel with #dbfdf0 background
background-color: #dbfdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfdf0; background: linear-gradient(135deg, #dbfdf0, #DBF3FD);