Garlic Clove
#e2d7c1
Looking for the precise values behind Garlic Clove (#e2d7c1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e2d7c1 | |
|---|---|---|
| RGB | rgb(226, 215, 193) | |
| HSL | hsl(40, 36%, 82%) | |
| CMYK | cmyk(0%, 5%, 15%, 11%) | |
| LAB | lab(86, 1, 12) | |
| OKLCH | oklch(0.88 0.032 85) |
Color harmonies
Tints & shades
Code snippets
color: #e2d7c1;
background-color: #e2d7c1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE2D7C1)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.84, blue: 0.76, alpha: 1.0)