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