Manhattan
#e2af80
Looking for the precise values behind Manhattan (#e2af80)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e2af80 | |
|---|---|---|
| RGB | rgb(226, 175, 128) | |
| HSL | hsl(29, 63%, 69%) | |
| CMYK | cmyk(0%, 23%, 43%, 11%) | |
| LAB | lab(75, 15, 32) | |
| OKLCH | oklch(0.79 0.086 64) |
Color harmonies
Tints & shades
Code snippets
color: #e2af80;
background-color: #e2af80;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE2AF80)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.69, blue: 0.50, alpha: 1.0)