Ghost Lichen
#dfedda
Looking for the precise values behind Ghost Lichen (#dfedda)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #dfedda | |
|---|---|---|
| RGB | rgb(223, 237, 218) | |
| HSL | hsl(104, 35%, 89%) | |
| CMYK | cmyk(6%, 0%, 8%, 7%) | |
| LAB | lab(92, -7, 8) | |
| OKLCH | oklch(0.93 0.029 137) |
Color harmonies
Tints & shades
Code snippets
color: #dfedda;
background-color: #dfedda;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDFEDDA)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.93, blue: 0.85, alpha: 1.0)