Hint of Green
#dfeade
Hint of Green, represented by the hex value #dfeade, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dfeade | |
|---|---|---|
| RGB | rgb(223, 234, 222) | |
| HSL | hsl(115, 22%, 89%) | |
| CMYK | cmyk(5%, 0%, 5%, 8%) | |
| LAB | lab(92, -5, 5) | |
| OKLCH | oklch(0.93 0.02 143) |
Color harmonies
Tints & shades
Code snippets
color: #dfeade;
background-color: #dfeade;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDFEADE)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.92, blue: 0.87, alpha: 1.0)