Free Spirit
#deeeed
Here's everything about the color Free Spirit (#deeeed) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #deeeed | |
|---|---|---|
| RGB | rgb(222, 238, 237) | |
| HSL | hsl(176, 32%, 90%) | |
| CMYK | cmyk(7%, 0%, 0%, 7%) | |
| LAB | lab(93, -6, -1) | |
| OKLCH | oklch(0.94 0.017 192) |
Color harmonies
Tints & shades
Code snippets
color: #deeeed;
background-color: #deeeed;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDEEEED)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.93, blue: 0.93, alpha: 1.0)