Teardrop
#d1eaea
Teardrop is a color with the hex code #d1eaea. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #d1eaea | |
|---|---|---|
| RGB | rgb(209, 234, 234) | |
| HSL | hsl(180, 37%, 87%) | |
| CMYK | cmyk(11%, 0%, 0%, 8%) | |
| LAB | lab(91, -9, -3) | |
| OKLCH | oklch(0.92 0.026 197) |
Color harmonies
Tints & shades
Code snippets
color: #d1eaea;
background-color: #d1eaea;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD1EAEA)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.92, blue: 0.92, alpha: 1.0)