Mexican Standoff
#ec9f76
Looking for the precise values behind Mexican Standoff (#ec9f76)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ec9f76 | |
|---|---|---|
| RGB | rgb(236, 159, 118) | |
| HSL | hsl(21, 76%, 69%) | |
| CMYK | cmyk(0%, 33%, 50%, 7%) | |
| LAB | lab(73, 26, 34) | |
| OKLCH | oklch(0.77 0.107 49) |
Color harmonies
Tints & shades
Code snippets
color: #ec9f76;
background-color: #ec9f76;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFEC9F76)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.62, blue: 0.46, alpha: 1.0)