Merino
#e1dbd0
Looking for the precise values behind Merino (#e1dbd0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e1dbd0 | |
|---|---|---|
| RGB | rgb(225, 219, 208) | |
| HSL | hsl(39, 22%, 85%) | |
| CMYK | cmyk(0%, 3%, 8%, 12%) | |
| LAB | lab(88, 1, 6) | |
| OKLCH | oklch(0.89 0.016 83) |
Color harmonies
Tints & shades
Code snippets
color: #e1dbd0;
background-color: #e1dbd0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE1DBD0)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.86, blue: 0.82, alpha: 1.0)