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